Quote Originally Posted by topbird View Post
Hello all, and thanks again for such a great mod! I've read through this whole thread and not found any proper answer to my question (forgive me if there was one, I probably diddn't see it cos I'm tired after reading 60 pages )

My lightbox is working with image handler on a current version of zencart. What I would like to do is have additional images be visible through the lightbox only, and not show up on the product page. I don't like how additional images look on the page so it would be great to have them working only through the lightbox. I'm sure it must be possible! I'm no programmer (I tried and failed to do it through css) so I'm hoping someone else has this figured out and doesn't mind sharing

Cheers in advance!
You can hide the additional images on the product page using CSS (by using the display: none property).

Quote Originally Posted by romy View Post
Got it to work but the css drop down menu show up in from of the lightbox image..
site: http://blackfriday717.com/index.php?...&products_id=1
Any elements/objects that appear above the lightbox can be hidden by wrapping them in the following div.

Code:
<div class="flash">
your-flash-or-other-object-goes-here
</div>
Let me know how you get on! :)