CSS横向菜单

/*菜单样式*/
#html_menu li
{
    width : 106px;
    height: 39px;
    float: left;
    line-height: 39px;
    text-align:center;
    list-style-type: none;
    font-size: small;
    font-weight: bold;
}
#html_menu a
{
    color: #FFFFFF;
    display :block;
    width:100%;
    height:100%;
}
#html_menu a:hover
{
    background-image: url('../Images/menu_2.png');
    background-repeat: no-repeat;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
posted @ 2012-10-12 08:20  Yao,Mane  阅读(166)  评论(0编辑  收藏  举报