hr xhtml compliance

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

hr xhtml compliance

Post 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?
Last edited by Todd_Z on Mon Feb 14, 2005 3:17 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It won't be answer here, but there it can...

Moved to Client-side.. :roll:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Code: Select all

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