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 :)What's the html code for changing picture while draging mouse over menu navigation bar?You would use javascript's onMouseover event. You can not do this with just HTML.