RuthL
10-03-2006, 06:40 PM
Right now, I have a menu frame where I click on small images to change the right-hand (main frame) page. My link code looks like the following:
<a href="sun.html" target="mainFrame">
<img src="images/sunset.jpg" alt="sunset" width="100" height="75" border="0" /></a>
I want to replace the click by a mouseOver? How do I do this?
RuthL
<a href="sun.html" target="mainFrame">
<img src="images/sunset.jpg" alt="sunset" width="100" height="75" border="0" /></a>
I want to replace the click by a mouseOver? How do I do this?
RuthL