Menu coming behind image

Hello,

I have created a website in which i have used a css/js based menu and also i have a banner images which also rotates after few secs. The banner is right below the menu bar hence when i put mouse on menu the sub menus are opening behind the banner images. How to bring the sub-menus in front or take banner images to background ?

Also it works fine in IE but in FF and Chrome its giving that issue. The website is: http://www.avissoft.com/

Thanks.

Hi Tapan
On my system, Win7 with Firefox/3.6.15, the menu works just fine. What version is not working?

Hi,

I replaced the bad code…but i have put again for your testing. Please try it now.

Thanks.

Simply change the z-index of your menubar div tag and you are done.
e.g.
z-index:999;

Hi,

Thanks its working great :slight_smile:

Thanks.