1. 论坛系统升级为Xenforo,欢迎大家测试!
    Dismiss Notice

求教个css的问题

Discussion in '前端开发' started by 水姻缘, Feb 1, 2006.

  1. 水姻缘

    水姻缘 New Member

    Joined:
    Nov 8, 2005
    Messages:
    4
    Likes Received:
    0
    Code:
    #rightmenu li a {
    height: 15px; 
    background: #bf3e18 url(images/vmenuarrow.gif) no-repeat left center; 
    display: block;
    color: #ffffff; 
    padding: 5px 0 5px 20px;
    margin: 1px 0 1px 0; 
    text-decoration: none; 
    }
    以上css定义出的效果如下图
    不知在IE中为何会多出那段空白


    [​IMG]
    补充一下
    去掉height: 15px后IE下的效果如下图FF下无变化


    [​IMG]