Forums

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

Home Forums CSS ul nav not appearing in IE

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

    works fine in FF

    i’m new to the coding world. Surely I’m missing something easy here……..

    anandaphoto.com

    Code:
    div#page-wrap{
    width:1000px;
    margin: 0 auto;

    }

    ul#nav {

    }
    ul#nav li {display:inline;

    }

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

    }

    #55096
    sweetback
    Member

    can you supply the html as well? I tried your css with a bacis html and it showed in both browsers… wonder if there is an error in the html instead?

    #55112
    dryan1144
    Member

    appreciate the help…actually got it fixed! thanks!

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