Hello, http://aamhimarathi.in/site Code (markup): When I am opening this website in IE there is some bug in navigation menu. it is getting displayed behind slider below that menu. And on other pages it is actually overlapping on post which i expect to happen on homepage as well. Please suggest me a solution. Thanks
I had a similar problem on my site when a CSS dropdown menu was going behind the SWF that was directly below it. I fixed it by adding the parameter wmode="opaque" to the SWF embed code. Are you using javascript for that scrolling slideshow? Eh, well at least I gave you a step in the right direction.
It's something to do with the z-index, read up on z-index and figure it out, you basically have to look at all your elements as a 3-dimensional plane and put the things in the right positions. I like this dropdown menu BTW: http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
Still I am unable to fine solution to it. Can you help me more or atleast give me more idea how i can try and solve the problem.?