I use jquery ui to show a menu. On this webpage, there are some images and the menu is showed behind that images.
I already tried :
.ui-menu { z-index: 9999999; }
or
#menu { z-index: 9999999; }
but it doesn’t work
When I use the developer extension of chrome, I add a z-index style on the image and it didn’t work either ?
You can see the problem on http://jsfiddle.net/fLHuR/1/ when you go on the menu on salzburg then test
Does someone know how to modify that behaviour ? (Note : I don’t have the time to change the whole website)
Comment the
z-index:3for#contenuOR Make it asz-index:0and Add
Refer to the LIVE DEMO