关于hr的各版本浏览器兼容性

  hr标签,相信大家都能熟悉,我们一般用它来产生横线的效果。我们可以对它定义“颜色”、“高度”、“宽度”、“边框”等样式。

  在此只讨论“颜色”和“边框”对于不同版本浏览器的兼容性。

颜色:

  火狐、IE7+=  :通过background-color来指定。

  IE6-=  :通过color指定。

  方案:要为hr指定颜色,同时使用background-color和color。

边框:

  IE7+=  :如不指定border:none,那么浏览器默认会为hr加上一定宽度的边框。

  IE6-=  :浏览器默认不会为其加上边框。

  方案:显示申明border:none。

完整的兼容代码如下:

<style type="text/css">
hr
{
border
:none;
background-color
:#060;
color
:#060;

height
:2px;
width
:80%;
}
</style>
<body>
<h1>
Obama says Warren Buffett is right about taxes
</h1>
<hr/>
<p >
CANNON FALLS, Minnesota (Reuters) - Small-town Americans probably don't make as much money as Warren Buffett, but they pay more of their income in taxes, President Barack Obama said on Monday, citing the billionaire investor to argue that the government needs more revenues to balance the budget.
</p>
</body>

转载于:https://www.cnblogs.com/ifshe/archive/2011/08/16/2141342.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值