Hi,
I’m working on a layout and have used pure css menu but it is hiding behind my jquery image roatater when you hover over it? Any idea why?
Thanks
Hi,
I’m working on a layout and have used pure css menu but it is hiding behind my jquery image roatater when you hover over it? Any idea why?
Thanks
Give the id ‘menu’
position relative, and a z-index, to be safe of 101.
If the problem still occurs, give the div that contains the image a position relative, and a z-index of that lower then the menu.
Not sure if that will work as I didn’t look at the source code in too much depth.
Let me know.
Thanks
I did try that without any luck.
Anything else I could try?
Thanks
Change your ‘banner’ div
Position:relative;
z-index:-1;
Worked on Chrome for me.
Thanks
That has solved it!
Cheers