日期:2014-05-17  浏览次数:20578 次

firefox 位置问题
<div   id= "navi ">
                <ul>
                    <li   id= "Home "> <a   id= "on "   href= "/Default.aspx "> 首页 </a> </li>
                    <li   id= "Shop "> <a   href= "/Comment/AddComment.aspx "> 写点评 </a> </li>
                    <li   id= "Product "> <a   href= "/Shop/ShopDefault.aspx "> 找点评 </a> </li>
                    <li   id= "Discount "> <a   href= "/Product/Products.aspx "> 论商品 </a> </li>
                    <li   id= "Question "> <a   href= "/Question/Questions.aspx "> 提问题 </a> </li>
                    <li   id= "Group "> <a   href= "/Group/Groups.aspx "> 闲谈吧 </a> </li>
                    <li   id= "Group "> <a   href= "/Discount/Discounts.aspx "> 优惠 </a> </li>
              </ul>
</div>

#navi{margin:0px   auto;width:790px;background:url(/WebImage/banbg_r.gif)   no-repeat   right   top;position:relative;top:-8px}
#navi   ul{margin-left:0px;list-style-type:none}
#navi   li{float:left;width:75px;height:25px;background:url(/WebImage/shop_off.gif)   no-repeat;letter-spacing:2px}
#navi   li   a{width:75px;height:25px;font-size:14px;color:#000000;text-decoration:none;padding-top:6px}
#navi   li   a:hover{background:url(/WebImage/shop_on.gif)   no-repeat;COLOR:   #fff;   TEXT-DECORATION:   none}
#navi   li   a#on{background:url(/WebImage/shop_on.gif)   no-repeat;color:#fff;font:bold;text-decoration:none}

怎么在IE里是正常的,但是FIREFOX里很不正常呀.不能在一起,怎么回事呀.各位大哥?

小弟求救!!

------解决方案--------------------
我这边显示是正常的啊

你的doctype是这样的么 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN " "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">