maverick75
07-31-2006, 12:34 AM
how do you do a pop up in CSS?
i used to have the code but i lost it:confused:
i tried searching in the forums but no luck
Thanks in advance.
bourdelson
07-31-2006, 12:40 AM
Pop up codes don't involve CSS, except that you can use CSS to style the page that shows up in your pop up.
Is this what you're looking for?
http://www.lissaexplains.com/javascript4.shtml#window
maverick75
07-31-2006, 12:50 AM
Dylan Rocks:)
Anyways i'm not looking for that kind, its this kind (http://i59.photobucket.com/albums/g306/mav75/pu.jpg)i have on my website but i have a java on mine...i used to have one that worked w/CSS but then it stoped working.
maverick75
07-31-2006, 12:54 AM
i found the code i used before... it used to work but then it stopped working
<img src="http://mmb.maverick.to/images/misc/vbulletin3_logo_white.gif" id="mycode" style="height:expr.r{}ession(alert('HI!-Profile under construction')); width:expr.r{}ession(document.all.mycode.style.hei ght='0px')">
bourdelson
07-31-2006, 01:16 AM
[Ah, I love Bob Dylan! :D]
As for the alert you're looking for, here:
http://www.lissaexplains.com/javascript5.shtml
If you scroll down, there's a bold line that reads "Alert upon entering page." I think that might help you out. :)