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

(Solved)Navigation height issue

  • Hi Chris love the site. Just getting to grips with changing from an artist to web designer / coder.

    I'm having a wee issue with a job im doing where as always it seems IE6/7 mess with my design.

    The navigation bar at the top shifts each li element down the page slightly behind my banner image. I've tried a few bits of code while scouting the web but not sure i'm isolating the correct ie bug.

    The site is http://www.pplumb.co.uk

    I really hope someone could enlighten me. And I'll be willing to do some free design work in exchange.

    Thank you in advance.
  • Try adding this to your stylesheet:
    ul.mynav li {
    float: left;
    display: inline;
    }
  • Thank you so much. My offer stills stands if can help with any design work.