Page 1 of 1

hr xhtml compliance

Posted: Mon Feb 14, 2005 3:02 pm
by Todd_Z
How do i make a colored hr xhtml compliant in firefox.... if i do

<hr color="#FFFF00" noshade="noshade" /> Then it is stricken with xhtml errors, but it works in firefox.

<hr style="color: #FFFF00;" noshade="noshade" /> It is xhtml compliant, works in IE, but not in firefox....

Any ideas?

Posted: Mon Feb 14, 2005 3:12 pm
by feyd
It won't be answer here, but there it can...

Moved to Client-side.. :roll:

Posted: Mon Feb 14, 2005 3:47 pm
by feyd

Code: Select all

<hr noshade="noshade" style="border: #FF0 1px solid" />
I think.