Click to See Complete Forum and Search --> : XHTML onfocus attribute


phpnstuff
10-17-2006, 05:11 PM
I get there is no attribute "onFocus" for XHTML validation.

What can I use that will validate? CSS?


onFocus="this.style.backgroundColor='#D0E8FF';" onBlur="this.style.backgroundColor='#FFFFFF';"

_Aerospace_Eng_
10-17-2006, 05:15 PM
onfocus
ALL tags and attributes in XHTML need to be lowercase.

NogDog
10-17-2006, 05:15 PM
XHTML is case-sensitive, therefore the attributes should be "onfocus" and "onblur" (all lower-case).

phpnstuff
10-17-2006, 05:17 PM
DuH! I'm retarded! Thanks nogdog & aero!

_Aerospace_Eng_
10-17-2006, 05:20 PM
DuH! I'm retarded! Thanks nogdog!
and Aero...