PDA

View Full Version : Pop Up



iLogan
26-10-2010, 08:05 PM
How do you make a popup box that doesn't make a new window

example:

http://sorejaw.net/

Calvin
26-10-2010, 08:46 PM
Not sure what you're looking for, try:

FancyBox (http://fancybox.net/)
LightBox (http://www.lokeshdhakar.com/projects/lightbox2/)

If you're on about the thing that loads at the start it's just using this in the CSS:


#pop-up { position:absolute; margin: 0 auto auto; width:100%; height:100%; background:url('http://sorejaw.net/wp-content/themes/Juicy/assets/pop_up_1.png') center center no-repeat; z-index:999; }

iLogan
26-10-2010, 10:25 PM
Thats great.

How would I make an image automatically pop up on load?

Calvin
27-10-2010, 12:19 AM
I think these may solve it:
http://www.dynamicdrive.com/forums/showthread.php?t=27432

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