Results 1 to 3 of 3

Thread: drop down menu problem

  1. #1
    Join Date
    Oct 2010
    Posts
    14
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default drop down menu problem

    I'm having a problem with menu jQuery Multi Level CSS Menu #2

    The dropdown list appears behind the image below it. Any ideas on how to make it display over the image please? Link below shows my problem.
    Thanks for any help.

    http://www.alltreeandgardenservices.co.uk/mac

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    In jqueryslidemenu.css you have:
    Code:
    .jqueryslidemenu{
    font: bold 12px Verdana;
    background: #414141;
    width: 100%;
    }
    Replace that with:
    Code:
    .jqueryslidemenu{
    position:relative;
    z-index:1000;
    font: bold 12px Verdana;
    background: #414141;
    width: 100%;
    }
    ===
    Arie Molendijk.

  3. The Following User Says Thank You to molendijk For This Useful Post:

    dustnbones (11-06-2010)

  4. #3
    Join Date
    Oct 2010
    Posts
    14
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    molendijk.Thanks very much. All sorted now.

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
  •