Specifies the image source to display when the mouse cursor hovers over an object.
Syntax
HTML <IMG HOVERSRC = "sImage" ... > Scripting [ sImage = ] oImage.hoverSrc
Possible Values
sImage String specifying the path and file name of the replacement image. The property is read/write with no default value.
Remarks
The hoverSrc property is available only to objects participating in the imageRollover behavior.
The image specified as the value for the hoverSrc property replaces the existing image when the mouse hovers over the object. The original image source is restored when the mouse cursor exits the image.
Applies To
imageRollover