Is it possible to make animated rollovers on JavaScript?How?
Is it possible to make animated rollovers on JavaScript?How?
Code:<img src="test.bmp" alt="" onmouseover="(function(img){img.src='test2.bmp'})(this)" onmouseout="(function(img){img.src='test.bmp'})(this)" />
I forgot about using non-functions.![]()
Bookmarks