Forums

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

Home Forums CSS IE7 and my nav dont get along

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25171
    rjmccollam
    Participant

    First time posting in this forum…so I apologize if this is a total noob question. My nav is not staying positioned where it needs to be because of the logo in the upper left hand corner and the rss button in the upper right hand corner.

    Here is what it looks like in IE7:
    [img]http://crippledshark.com/images/bad-nav.jpg[/img]

    Here’s what it should look like:
    [img]http://crippledshark.com/images/good-nav.jpg[/img]

    Here is my HTML and CSS for the header section of my site:

    HTML:

    CSS:

    Code:
    .container { width: 1000px; margin: 0 auto; }

    #main { background-image:url(images/headerbg.png); }

    #header { }

    #main .container{ background-image:url(images/headerbg.png); height: 148px; }

    ul#nav { padding-top: 92px; margin: 0; }

    ul#nav li { display: inline; }

    ul#nav li a { display: block; text-indent: -9999px; float: left; height: 40px; }

    I hope I didn’t post to much or to little. Thanks in advance for your help! :D

    #59326
    kamil
    Member

    pls provide the real link.

    #59435
    rjmccollam
    Participant

    the link to the site is http://crippledshark.com

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