<hr> color in css..weird?
Moderator: General Moderators
<hr> color in css..weird?
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.. 
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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;" />