This modification makes my style xhtml invalid because:
PHP Code:
Line 166, Column 78: there is no attribute "onMouseOver"
…06b1df33c8a26331c9d7bc3b" onMouseOver="document.rollover.src=pic2.src" onMouse…
PHP Code:
Line 166, Column 122: there is no attribute "onMouseOut"
…="document.rollover.src=pic2.src" onMouseOut="document.rollover.src=pic1.src" >
Any solution for this?
I mean.. must be a way to make that attribute valide , no?
Because I really want to keep my style xhtml valid
Kind Regards !
-------------------
EDIT & UPDATE:
You must edit your modification codes this way -->
1.
onmouseover instead -->
onMouseOver
2.
onmouseout instead -->
onMouseOut
--> After:
This document was successfully checked as XHTML 1.0 Transitional!
Enjoy and thanks for this BirdOPrey5 !