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.

    • CommentAuthoryarek
    • CommentTimeJan 25th 2006
     permalink
    Hello,

    I always thought that if we put two block elements, second element will be below the first one. I was trying to make such menu like this one ... but i have a little problem. Look at my job: here. What should I do to "put" the second div below the first one? At the moment they're in the same place ... (not in IE) Maybe I missed something :-(
    • CommentAuthorthomas_p
    • CommentTimeJan 25th 2006
     permalink
    change the menu-down div style to this
    #menu-down {
    width: 600px;
    margin: 0 auto;
    text-align: left;
    background-color: #E9E7D7;
    position:relative;
    top:20px;
    }
    • CommentAuthoryarek
    • CommentTimeJan 25th 2006
     permalink
    It works well. The problem was resolved.
Add your comments
    Username Password
  • Format comments as (Help)