March 19, 2010
What’s the html code for changing picture while draging mouse over menu navigation bar?
Posted by: admin : Category: HTML Code
What’s the html code for changing picture while draging mouse over menu navigation bar? And i need the picture to change on mouseover with to a different one with every navigation option.
Thank you ![]()
You would use javascript’s onMouseover event. You can not do this with just HTML.

March 19th, 2010 at 7:22 am
You would use javascript’s onMouseover event. You can not do this with just HTML.
References :