Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2007
    Posts
    79
    Tokens
    0

    Default Alert System help #2

    ok i got what i need done wid the # 1 now how can i make it the slert pops up in a Habbo style box ?
    I NEED TO GIVE REP TO
    Heinous

    i found a cool Web site ts Stuff
    Click it


  2. #2
    Join Date
    Feb 2007
    Posts
    122
    Tokens
    0

    Default

    That's javascript, easy locatable around the web. Then you just change a few images ect ect..

  3. #3
    Join Date
    Apr 2007
    Posts
    79
    Tokens
    0

    Default

    Quote Originally Posted by Imatate. View Post
    That's javascript, easy locatable around the web. Then you just change a few images ect ect..


    TY I DID IT


    - CLOSE PLEASE
    I NEED TO GIVE REP TO
    Heinous

    i found a cool Web site ts Stuff
    Click it


  4. #4
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default

    Stupid thing to say.


    Quote Originally Posted by Imatate. View Post
    That's javascript, easy locatable around the web. Then you just change a few images ect ect..
    hey dan
    EDTALKING


  5. #5
    Join Date
    May 2007
    Posts
    971
    Tokens
    1,516
    Habbo
    Jabbaboy

    Latest Awards:

    Default

    You're really asking alot of questions about coding which you should know when you are making a radio panel. I could imagine yours the way you are going isn't going to be very good.

  6. #6
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default

    What site did yuo find it on because I've been looking but not found anything along the lines of what I'm looking for.

    Thanks

  7. #7
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    try googling it
    Looking for a good desiner to design a social networking template.

    PM me.

  8. #8
    Join Date
    Apr 2007
    Posts
    79
    Tokens
    0

    Default

    uhmm...

    put dis in head


    - WHAT EVA JAVASCRIPT ALERT WILL POP UP WID DIS STYLE Enjoy

    HTML Code:
    <style type="text/css">
    
    #modalContainer {
    	background-color:transparent;
    	position:absolute;
    	width:100%;
    	height:100%;
    	top:0px;
    	left:0px;
    	z-index:10000;
    	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
    }
    
    #alertBox {
    	position:relative;
    	width:300px;
    	min-height:100px;
    	margin-top:50px;
    	border:2px solid #000;
    	background-color:#F2F5F6;
    	background-image:url(http://www.habboxforum.com/images/statusicon/thread_hot_new.gif);
    	background-repeat:no-repeat;
    	background-position:20px 30px;
    }
    
    #modalContainer > #alertBox {
    	position:fixed;
    }
    
    #alertBox h1 {
    	margin:0;
    	font:bold 0.9em verdana,arial;
    	background-color:#78919B;
    	color:#FFF;
    	border-bottom:1px solid #000;
    	padding:2px 0 2px 5px;
    }
    
    #alertBox p {
    	font:0.7em verdana,arial;
    	height:50px;
    	padding-left:5px;
    	margin-left:55px;
    }
    
    #alertBox #closeBtn {
    	display:block;
    	position:relative;
    	margin:5px auto;
    	padding:3px;
    	border:2px solid #000;
    	width:70px;
    	font:0.7em verdana,arial;
    	text-transform:uppercase;
    	text-align:center;
    	color:#FFF;
    	background-color:#78919B;
    	text-decoration:none;
    }
    
    /* unrelated styles */
    
    #mContainer {
    	position:relative;
    	width:600px;
    	margin:auto;
    	padding:5px;
    	border-top:2px solid #000;
    	border-bottom:2px solid #000;
    	font:0.7em verdana,arial;
    }
    
    h1,h2 {
    	margin:0;
    	padding:4px;
    	font:bold 1.5em verdana;
    	border-bottom:1px solid #000;
    }
    
    code {
    	font-size:1.2em;
    	color:#069;
    }
    
    #credits {
    	position:relative;
    	margin:25px auto 0px auto;
    	width:350px; 
    	font:0.7em verdana;
    	border-top:1px solid #000;
    	border-bottom:1px solid #000;
    	height:90px;
    	padding-top:4px;
    }
    
    #credits img {
    	float:left;
    	margin:5px 10px 5px 0px;
    	border:1px solid #000000;
    	width:80px;
    	height:79px;
    }
    
    .important {
    	background-color:#F5FCC8;
    	padding:2px;
    }
    
    code span {
    	color:green;
    }
    </style>
    I NEED TO GIVE REP TO
    Heinous

    i found a cool Web site ts Stuff
    Click it


  9. #9
    Join Date
    Feb 2007
    Posts
    122
    Tokens
    0

    Default

    Hi Edddd

  10. #10
    Join Date
    Mar 2006
    Posts
    121
    Tokens
    0

    Default

    I have Google'd it but nothing prevailed.

    Also, EPanel, I've put that into my Head section but what do I do then? Is that all I need, because my alerts just show up as normal.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •