So I'm building a site for someone and one page needs to have a very basic image gallery. Rather than worry about server-side scripting or AJAX or anything like that, I've just decided to do a simple javascript to flop the images.
I go to validate the page after it's finished and works in both IE7 and FireFox, and the validator comes back and says there's no "onMouseOver" attribute for the SPAN element. Yet, everywhere I look lists it as a valid attribute.
What gives? How would one accomplish what I'm trying to do while maintaining XHTML 1.0 Strict guidelines? Do I need to write the event hook entirely in javascript? That seems like a pain in the ass to me.
I'm inclined to not bother with validation on this one page if it's going to be this much hassle.
I go to validate the page after it's finished and works in both IE7 and FireFox, and the validator comes back and says there's no "onMouseOver" attribute for the SPAN element. Yet, everywhere I look lists it as a valid attribute.
What gives? How would one accomplish what I'm trying to do while maintaining XHTML 1.0 Strict guidelines? Do I need to write the event hook entirely in javascript? That seems like a pain in the ass to me.
I'm inclined to not bother with validation on this one page if it's going to be this much hassle.
