views:

53

answers:

4

I've got the following...

 <hr style="color:#292929;background-color:#292929;"/>

but the colour isn't changing to the HTML colour code I've declared. Why not?

+4  A: 

Set border-color.

Jon B
+4  A: 

the hr tag is a bit tricky vs other elements to style. Which things work and which ones don't is very browser dependent.

A cache of tricks (including coloration) is available here: http://webdesign.about.com/od/beginningcss/a/style_hr_tag.htm

ford
A: 

Try styling the border instead

DaveHogan
A: 

try defining a height

Matt Nathanson