HR风格 - 只在Firefox中工作,如何使其适用于IE和Chrome [英] HR Styling - Only working in Firefox, how to make it work for IE and Chrome

查看:98
本文介绍了HR风格 - 只在Firefox中工作,如何使其适用于IE和Chrome的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这个代码

<hr style="margin-top: 5px; color: #ada95b; width: 500px;"/>

但是,这只适用于Firefox,不适用于我的Chrome和IE版本。

However this is only working in Firefox, and not working on my versions of Chrome and IE. What way is best to style them and they will work in all browsers?

推荐答案

最好的方法是删除边框和放置颜色到背景.. ie

best way is removing the border and putting a color to background.. i.e.

<hr style="margin-top: 5px; height: 2px; border: none; background: #ada95b; width: 500px;"/>

这篇关于HR风格 - 只在Firefox中工作,如何使其适用于IE和Chrome的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆