PDA

View Full Version : Alert System help #2



Epanel
22-05-2007, 06:48 AM
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 ?

Imatate.
22-05-2007, 07:16 AM
That's javascript, easy locatable around the web. Then you just change a few images ect ect..

Epanel
22-05-2007, 08:04 AM
That's javascript, easy locatable around the web. Then you just change a few images ect ect..



TY I DID IT :)


- CLOSE PLEASE

:Edzy
22-05-2007, 05:30 PM
Stupid thing to say.



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

hey dan

Snex
22-05-2007, 05:35 PM
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.

PixelWill
22-05-2007, 07:15 PM
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<3

Ini
22-05-2007, 08:00 PM
try googling it

Epanel
23-05-2007, 06:51 AM
uhmm...

put dis in head


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



<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>

Imatate.
23-05-2007, 07:18 AM
Hi Edddd :)

PixelWill
23-05-2007, 02:43 PM
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.

Want to hide these adverts? Register an account for free!