Please pardon this remedial question.
Is it still ok to use onMouseOver and onMouseOut for simple image swaps?
I ask because the site I saw that explained how to do onMouseOver also said that I SHOULDN'T do them. They had this warning:
"...inline event handlers should be stripped out and replaced with events attached unobtrusively through the DOM."
So should I be using something else?
All I want to do is swap one image for another when someone hovers their mouse over it, and swap back to the original image when they are no longer hovering over it.
Thanks in advance.