Problem with CSS Dropdown Menu

Discussion in 'CSS' started by Begbie, Jun 7, 2009.

  1. #1
    Hi,

    I am new at this forum and I hope someone could help me. I am having problem with my dropdown menu.
    I made all right and it should look like this:
    http://tinyurl.com/ompgbq
    In order to decrease black space between menu and titel, I set menu height to auto.
    But when I removed height values (set it to auto) I am getting this:
    http://tinyurl.com/rb36xd
    Now I would appriciate if someone could help me. All I need is that my dropdown menu goes over titel and over
    image gallery container.
    Also on my computer I can't see this page in IE 6. I don't know why is it happenig, so if someone could explain me.
    Thanks in advance ;)
     
    Begbie, Jun 7, 2009 IP
  2. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Manipulate you CSS stylesheet for these elements..

    #centeredMenu { overflow: visible !important; }
    
    .menu ul ul {
    position: absolute !important;
    z-index: 1;
    }
    Code (markup):
    This is working in Firefox. I didn't check in IE :(.
     
    bindassdelhiite, Jun 10, 2009 IP
  3. Begbie

    Begbie Member

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    I found somtheing else, but thanks anyway ;)
     
    Begbie, Jun 15, 2009 IP
  4. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    You're welcome :) .
     
    bindassdelhiite, Jun 15, 2009 IP