need help on horizontal navigation menu

Discussion in 'CSS' started by asdfg4, Feb 14, 2008.

  1. #1
    a horizontal navigation menu using the below give CSS code shows up good on IE 7.0 but FF adds some padding on top of the elements (I am using images for the list),

    #top_nav {
    margin: 0px 0px 5px 0px;
    width:900px;
    float: left;
    padding: 10px;
    background-color: #2D3956;
    border: 1px solid #000;
    }

    Why does it do that?

    Suggestions welcome
     
    asdfg4, Feb 14, 2008 IP
  2. dzdrazil

    dzdrazil Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    well, i can't see your code but here's a quick guide to image roll-overs to compare your code to. i used something similar and had no FF problems
    ]http://htmldog.com/articles/rollovers/[
     
    dzdrazil, Feb 14, 2008 IP
  3. asdfg4

    asdfg4 Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    added the code in the above question
     
    asdfg4, Feb 14, 2008 IP