PDA

View Full Version : Menu bar over slideshow



zignar
21 Apr 2011, 10:52 AM
Hi,

I'm facing a problem in my website, when I select a image and shows under the menu bar as you can see in the image, I'm using artisteer 3 and visuallightbox 4.8.

https://picasaweb.google.com/lh/photo/71FCCe3pVI9muwZ0KOU86A?feat=directlink

How can I solve this?

Thanks

Wickham
21 Apr 2011, 01:27 PM
Without the page code I can't give a precise answer, but you need to find the parent divs or ul tag for the menu and for the image popup.

Give the menu parent div or ul tag z-index: -1; position: relative; and the parent div of the image popup z-index: 10; position: relative;

You can use position: absolute instead of position: relative if you need to, but that may affect the position in the screen. z-index needs either position: relative or position: absolute to work and it tells the browser which shows on top.