Page 1 of 1
<hr> color in css..weird?
Posted: Thu Feb 23, 2006 2:41 am
by pleigh
hi, any ideas why my <hr> in firefox does not reveal its color...i set its color in CSS, previewed it in internet explorer, it went fine, when viewed it in firefox, no color was revealed...any ideas why?and how can i make its color display in firefox?thanks in advance..

Posted: Thu Feb 23, 2006 6:29 am
by Roja
Provide a functional html page of sample code so we can see what you mean, and test.
Posted: Thu Feb 23, 2006 7:17 am
by Chris Corbyn
Apply the color to the border... there are other ways to do it (background) too.
Code: Select all
<hr style="border: 1px solid #FF0000; margin: 10px; padding: 0;" />