topical media & game development
#javascript-code-03-yahoo.js / js
// Add a mouseover event listener to the element that has an
// ID of 'body'
YAHOO.util.Event.addListener('body','mouseover',function(){
// and change the background color of the element to red
this.style.backgroundColor = 'red';
});
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.