I tried to change the color of horizontal rules on the page by: <hr color="#ff0000" /> And also by: <style> hr {color:#ff0000 } </style> It works fine in IE and But in other browsers like netscape and Opera the default color is displayed, how can i deploy the desired effect in these browsers?
You'll want border-style: solid and then set border-color to whatever color you want. Also, you may want to specify the border-width.
Just for the record: you know, I've actually opened a thread on this particular "issue" back then; IIRC one was the thread titled A question on a particular CSS validator complaint that I opened on the DigitalPoint forum, and the other one was on WebDeveloper forum titled I want to have "border-color" displayed with "hr" elements ... tayiper