pop up windows
pop up windows
Out of context: Reply #8
- Started
- Last post
- 11 Responses
- acescence0
here's a basic lightweight version with inline javascript:
http://www.emanueleferonato.com/…
you can check out the js and css here to get an idea of how it's done. the content is static here though, you'll have to write some code to swap your images or whatever. this also just breaks if javascript is off, whereas a lightbox script will degrade nicely by at least loading the image in a new window rather than layer if js is turned off. of course you could code that functionality into this as well.