Results 1 to 2 of 2

Thread: jQuery Multi Level CSS Menu

  1. #1
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default jQuery Multi Level CSS Menu

    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

  2. #2
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default

    My problem is solved with the inclusion of the following:

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •