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.

    • CommentAuthorPera
    • CommentTimeMay 17th 2006
     permalink
    link

    menu is working fine in firefox and opera but i have a problem with ie6.
    when i click on sub-menu option it pushes all divs bellow.
    the only solution i found was to set position to absolute for all objects bellow menu but that will only make more problems.
    does anyone have a suggestion, what could be the solution for this ?
    • CommentAuthorevakula
    • CommentTimeMay 17th 2006 edited
     permalink
    could be fault of margins, sometimes in IE when you set top/bottom margins on eg li, ul whatever it jumps, possible fix could be add position: relative or float:left or display:inline
    • CommentAuthorPera
    • CommentTimeMay 17th 2006
     permalink
    tried all those and also tried setting all margins to 0, but it didn't solve the problem :(
    •  
      CommentAuthorJohnRiv
    • CommentTimeMay 17th 2006
     permalink
    You need to position the menu absolutely so it does not affect anything else on the page.

    So just throw a "position:absolute" style on the "nav" div and then add a bunch of padding-top to the "content" div.
    • CommentAuthorPera
    • CommentTimeMay 18th 2006
     permalink
    Thanks I finally fixed this, now it looks the same in ie6, ie7, opera and firefox
Add your comments
    Username Password
  • Format comments as (Help)