开发者

horizontal line css problem with ie 9 , <hr /> color style not work in ie 9

开发者 https://www.devze.com 2023-02-28 14:44 出处:网络
why the below html code d开发者_StackOverflow社区oes not work in ie 9: <hr style=\"color:red;\"/>

why the below html code d开发者_StackOverflow社区oes not work in ie 9:

<hr style="color:red;"/>

how can i fix this ?


Try this...

<hr style="background: red; border: none; height: 5px;" />

jsFiddle.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号