O-my site:
http://blackfriday717.com/index.php?...&products_id=3
Printable View
Hey Alex,
I do have 1.3 installed, but when I click on open image except the "close exit" button, it does nothing, I have to click on "close exit".
Cant remember where I read it, maybe early in this thread, but stated as a no can do, maybe I was reading the post from an earlier version?
Here's a link to my page:
http://www.bullfightstore.com/cart/i...&products_id=5
Thanks,
Gerry
Romy,
Open your stylesheet_lightbox.css file, look in:
includes/templates/YOUR_TEMPLATE/css/
for following:
#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100; <- change to 1000
}
Then farther down, look for:
#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90; <- change to 1000
}
save, upload, and should do the trick. I did the same after going thru what you are going thru.
Gerry
You're right, it doens't work in FF2!
I'll look into a fix for this and add it to the next release.
Thanks for pointing it out! :)
Thanks ......ooooo...much
that worked
changing the
z-index:100; <- change to 1000
it worked on ZenCart-HoverBox2...also
This is the mod I am using....
The pics in the lightbox are showing up larger than the original which is lessoning the quality. Is there a setting I can fine tune? Thanks