Not signed in (Sign In)

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

Categories

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

    • CommentAuthorwebfairy
    • CommentTimeMar 12th 2007 edited
     permalink
    I have been frantically searching for a solution to this problem.

    When I mouseover the navigation buttons (on hover), the content below it shifts downwards by a whopping 62 pixels! This only occurs in IE6.
    Here's the page: http://ccdmd.e-summum.com/

    Has anybody seen this problem before?
    Any help would be appreciated!

    cssfairy
    • CommentAuthoralconpez
    • CommentTimeMar 12th 2007 edited
     permalink
    hi sarah,

    your problem come from:
    ul.menuAccueil {
    padding: 64px 4px 0 0;
    }
    better relative positioning than "padding positioning" ...
    you can try this:

    ul.menuAccueil {
    clear: left;
    position: relative;
    top: 64px;
    right: 4px;
    margin: 0 auto;
    padding: 0;
    margin-top: 2px;
    width: 898px;
    height: 26px;
    }

    I hope it help you
    • CommentAuthorwebfairy
    • CommentTimeMar 13th 2007
     permalink
    Alconpez, I love you.
    I really do. I thank you so much for your help.

    I lost my mind over this and you just solved it for me.

    Thanks a million!
Add your comments
    Username Password
  • Format comments as (Help)