treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Problem with main nav

  • So i was going through one of the video tuts and i was following along and am having some difficulties.

    Now keep in mind I was just messing around seeing if i could get it to work.

    http://www.dse33.com/Tests
    http://www.dse33.com/Tests/style.css

    Why wont the buttons go side-by-side horizontally instead of vertically.

    Thanks!
    Vernontheiii
  • The anchor elements don't have any width set on them, but they are set to display block. When you make an element display: block;, it defaults to 100% wide. What you'll need to do is FLOAT those anchor elements to the left and then set a WIDTH on them (the width of the images you created).