Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormorganp
    • CommentTimeMar 29th 2008
     permalink
    Hello Folks,

    I'd be very grateful if anyone could tell me why I have uneven spacing between elements in IE six in my dropdown menu at :

    http://finediving.org/fd003/

    A less sever problem is the uneven padding inside the elements between IE, Safari and Firefox. I'd love to get these looking the same across all browsers.

    thanks

    -Morgan
    • CommentAuthordave_o
    • CommentTimeMar 29th 2008
     permalink
    Instead of assigning paddings to your elements, fix their dimensions, put another division into them and assign margins to the divs.
    • CommentAuthorshpyo
    • CommentTimeMar 29th 2008 edited
     permalink
    The problem is a which is blocked element. IE6 has some problems with heights. All you need to do is:

    #nav li a, #nav li { height: 1%; }

    Put this in styles for IE6. Should work ;)
    • CommentAuthormorganp
    • CommentTimeApr 3rd 2008
     permalink
    thanks a bunch for the help.

    #nav li a, #nav li { height: 1%; }

    seems to work
Add your comments
    Username Password
  • Format comments as (Help)