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

ul nav not appearing in IE

  • works fine in FF

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


    anandaphoto.com
     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;

    }
  • 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?
  • appreciate the help...actually got it fixed! thanks!