Navigation items not showing up in IE7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mariemoore75
    New Member
    • Apr 2010
    • 1

    Navigation items not showing up in IE7

    Here is a link to my site:

    http://www.parklawnsai lingassociation .org/

    Here is my code:
    /* Menu */

    #menu {
    float:left;
    width:100%;

    height: 45px;
    }

    #menu ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:10px 0px 0px 5px;
    position:relati ve;
    left:10%;
    text-align:center;
    list-style: none;
    line-height: normal;



    }

    #menu li {
    display: block;
    float: left;
    }

    #menu a {
    display: block;
    float: right;
    margin-right: 10px;
    padding: 3px 25px 2px 25px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    }

    #menu a:hover { text-decoration: underline; }

    #menu .current_page_i tem a {
    height: 20px;
    background: #FEC200 url(images/img02.jpg) repeat-x left top;
    color: #FFFFFF;
    }

    #menu .first {
    background: none;
    }
  • MusoFreak200
    New Member
    • Oct 2009
    • 96

    #2
    hey man...

    it is possible that you may have not placed the code in the right place in each page because on this computer it works on most pages and on the home page it appears on the bottom so if you are having problems it doesn't look like it is your code here...

    just the placement

    Comment

    Working...