Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

eyup

macrumors regular
Original poster
Aug 21, 2006
182
3
UK
Hi all,

Is there a Dreamweaver extension like 'Just so picture window' that opens a bigger image from a thumbnail - but without the window - like Lightbox?

I say like lightbox because that requires copying code and would prefer a behavior as a client is using it and he's not too up on the coding bit.

All he wants is the image to pop up - no text etc.

Struggling to find one...
 
I have a script that does that. You can see it in action at my site. In its basic usage all you have to do is include the script in the document using the script tag (no need to edit any other HTML). During the onload event it'll look through the page a seek out any links that have an image as the destination and will treat those in a light box like fashion.

The script can also be setup to only apply to a certain area by passing it an id attribute. Just requires a touch of coding. The script is also degrades in the cases when JavaScript isn't enabled by the browser, it'll just show the image as a normal link to an image.

My script is a bit lighter than light box, but might be something you can use. I put a creative commons license on it so you can edit it if need be. Let me know if you have any questions.
 
I have a script that does that. You can see it in action at my site. In its basic usage all you have to do is include the script in the document using the script tag (no need to edit any other HTML). During the onload event it'll look through the page a seek out any links that have an image as the destination and will treat those in a light box like fashion.

The script can also be setup to only apply to a certain area by passing it an id attribute. Just requires a touch of coding. The script is also degrades in the cases when JavaScript isn't enabled by the browser, it'll just show the image as a normal link to an image.

My script is a bit lighter than light box, but might be something you can use. I put a creative commons license on it so you can edit it if need be. Let me know if you have any questions.

Hi - looks good - how would I get a copy of the script?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.