SlowFlight
Programmer
I have a rollover event on a thumbnail jpg. When rolled over, the feature picture changes to a larger view of the thumbnail. But the mouse pointer also changes while it is over the thumbnail and I don't want that to happen. How can I change my code to keep from changing the mouse pointer? Is there maybe a style I need to apply?
Here is a sample of my code:
Skip
SV "Slow Flight"
1977 Catalina 22 Swing Keel
Here is a sample of my code:
Code:
<a href="#" onmouseover="if (window.document.images)
{window.document.feature.src='images/floatHunting.jpg';}">
<img src="images/tn-floatHunting.jpg" name="thumbnail" alt="thumbnail picture" width="100" height="100" /></a>
Skip
SV "Slow Flight"
1977 Catalina 22 Swing Keel