I want to change the color of my hr tag using css however I tried the code below
hr
{
color: #123455;
}
doesnt seem to work any help would be appreciated thanks.
+1 to everyone for the help appreciated
|
|
I think you should use Although, it has been pointed in comments that, if you change the size of your line, border will still be as wide as you specified in styles, and line will be filled with the default color (which is not a desired effect most of the time). So it seems like in this case you would also need to specify Just for the reference, famous
|
|||||||||||||
|
|
|
||||
|
|
the background is the one you should try to change You can also work with the borders color. i am not sure i think there are crossbrowser issues with this. you should test it in differrent browsers |
|||||||||||||||||||||
|
|
I think this can be usefull. this was simple CSS selector.
|
|||
|
|
|
tested in ff, opera, ie, chrome and safari
see the fiddle http://jsfiddle.net/HPSjU/ |
|||
|
|
|
Some browsers use the
|
|||
|
|
|
if u use css class then it will be taken by all 'hr' tags , but if u want for a particular 'hr' use the below code i.e, inline css
if it's not working in chrome try below code:
|
|||||||||||||||||||
|
|
Only border-top with color is enough to make the line in different color.
|
|||
|
|