Jump to content

Rollover Problem


Guest Arcana

Recommended Posts

I followed a tutorial on HTML rollovers but mine don't seem to be working. This is the code -<img src="images/arcanamain_07.jpg" height="34" width="54" name="home"onmouseover ="document.arcanamain_07.src = 'images/homeroll.jpg' "onmouseout ="document.homeroll.src = 'images/arcanamain_07.jpg' "</a>arcanamain_07.jpg is my original image and homeoll.jpg is my rollover.Can anyone help?Edit//I just realised i messed the names up. This is the correct code. <img src="images/arcanamain_07.jpg" height="34" width="54" name="home"onmouseover ="document.home.src = 'images/homeroll.jpg' "onmouseout ="document.home.src = 'images/arcanamain_07.jpg' "</a>Problem solved

Edited by Arcana
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...