Overlaying...

Soldato
Joined
2 Oct 2004
Posts
4,362
Location
N.W London
Hi,

I am using a lightbox script to display my images as you can see....

Unfortunately my drop down is not being overlayed : take a look at what I mean:

here it is

I know its something in the javascript file, I cannot fix it, however minor this maybe...

Anychance of some help....I dont know any JS at all

Thanks in advance...
 
It's an issue with the stacking order (z-index) produced by the CSS layout.
Add:
Code:
.menu li {
z-index: 1;}
to your CSS, and you should see the issue resolved :).
 
OMG

I LOVE YOU

thank you very much

I cannot thank you enough.....

thank you very very very much ....even that seems like an understatement

cheers :)
 
Back
Top Bottom