Log in

View Full Version : jQuery Multi Level CSS Menu



Paramasivan
08-20-2011, 04:51 PM
Hi all,

I have used jQuery Multi Level CSS Menu in

http://fieldstoneacademy.org/index.php

Below the menu, Flash is at right side. At left side a div is positioned relatively so as to have curve shape on the flash.

On ie6 and ie7, the submenus are not being correctly displayed (index page only) even though I set z-index at various places. Any help?

Paramasivan P N

Paramasivan
08-20-2011, 06:07 PM
My problem is solved with the inclusion of the following:

.jquerycssmenu{
position:relative;
z-index:3000;
}