5

why the below html code does not work in ie 9:

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

how can i fix this ?

SilverLight
  • 19,668
  • 65
  • 192
  • 300

1 Answers1

9

Try this...

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

jsFiddle.

alex
  • 479,566
  • 201
  • 878
  • 984