CSS Menu Problem

Discussion in 'CSS' started by StudentLingerie, Apr 30, 2010.

  1. #1
    Hi,

    I've been trying to work out this bug with the menu on my site studentlingerie.com for the past month and have not come up with a solution. If you visit the site and hover over toys on the menu you will see they are not in list format.

    It uses a unordered list with CSS.

    I've been using Firebug with Firefox to play with this and attempt to fix it, however if I remove the float: left the items appear in the dropdown with one item per line, however the dropdown doesnt show in the correct place.

    Does anyone have any idea how to fix it? I cld pay if necessary though I cannot give you access to the site source you can dynamically change the code in Firebug and tell me what changes need to make?

    Thanks
     
    StudentLingerie, Apr 30, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    try setting a width for the dropdown li's

    this has worked at mt side ,
    #nav ul li
    width:160px;
    }
     
    radiant_luv, Apr 30, 2010 IP
  3. killerdesign

    killerdesign Peon

    Messages:
    381
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes assigning width will fix this...
     
    killerdesign, Apr 30, 2010 IP
  4. StudentLingerie

    StudentLingerie Guest

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    And it has, thats the one thing I didn't try. Thanks guys!
     
    StudentLingerie, May 1, 2010 IP
  5. Shiloh88

    Shiloh88 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Annnnd this just helped my problem, too... nice. :)
     
    Shiloh88, May 3, 2010 IP