Topic: Stacking layers [SOLVED]

I'm new at this so apologies if this is an idiot question.

I've embedded an album into a page of our site, and that was simple and went easily.

However the embedded element is laying over the drop out menu system we have. The example is here

http://www.greekramblings.org.uk/Juiceb … photo.html

I'm wondering if I could do something with a z-index? But frankly this is a guess as I'm not really clear what that would be.

Any thoughts gratefully received!

Re: Stacking layers [SOLVED]

Try adding the following code to your 'AthensSite.css' file:

#Navigation li {
    z-index: 9999;
}

... and then clear your browser's cache before reloading your web page.
This should hopefully work.

Re: Stacking layers [SOLVED]

Thanks for this. Won't have a chance to try it until the weekend but will let you know how I get on!

Alan

Re: Stacking layers [SOLVED]

OK, please do!

Re: Stacking layers [SOLVED]

Steven

That works perfectly. Many thanks for your help.

Cheers

Alan

Re: Stacking layers [SOLVED]

You're welcome!
I'm glad it worked. Thank you for posting back to let me know.