Forums

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

Home Forums CSS Menu Bar Problem

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37500
    styler85
    Member

    can same help me out please
    the menubar is working on all the browser
    but not internet explorer

    css code

    #navbar2 {


    }

    #navbar2 #holder{
    height:45px;
    width:auto;
    background-color:#343434;
    border-bottom:none;
    padding-left:25px;

    }

    #navbar2 #holder ul{
    list-style:none;
    margin:0px auto;
    padding:0;

    padding-left:5px
    }

    #navbar2 #holder ul li a{
    text-decoration:none;
    float:left;
    font-family:"Arial Black", Gadget, sans-serif;
    color:#FFF;
    border:1px solid #000;
    padding:10px;
    width:95px;
    text-align:center;
    display:block;
    background-color: #2E2E2E;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline;


    }
    #navbar2 #holder ul li a:hover { background:#F90;
    color:#fff;
    text-shadow: 2px 2px #ff0000;
    }
    #holder ul li a#link{
    background:#fff;
    color:#000;
    border-bottom:1px solid #fff;
    }
    #holder ul li a#link:hover{
    background:#fff;
    color:#69f;
    text-shadow: 2px 2px #ff0000;
    }
    #search table tr td #form3 label {
    padding-left: 20px;
    }

    html code





    Digitec




















    #100647
    timmey
    Member

    #navbar2 #holder ul li {float:left;}

    should fix it.

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