Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS (Solved)Navigation height issue

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25268
    thinkofmedia
    Member

    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.

    #59744
    apostrophe
    Participant

    Try adding this to your stylesheet:

    Code:
    ul.mynav li {
    float: left;
    display: inline;
    }
    #59745
    thinkofmedia
    Member

    Thank you so much. My offer stills stands if can help with any design work.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.