HOVERIMAGEURL Attribute | HoverImageUrl Property

Sets or retrieves the URL of the image for an element when the user hovers the mouse pointer over it.

Syntax

ASP <tagPrefix:ELEMENT HOVERIMAGEURL = sHoverImageURL ... >
Script [ sHoverImageURL = ] object.HoverImageUrl

Possible Values

tagPrefix Required. The element prefix associated with the WebControls namespace (Microsoft.Web.UI.WebControls). A TagPrefix is defined using the directive.
sHoverImageURL System.String that specifies or receives the URL of the image.

The property is read/write. The property has no default value.

Remarks

The HOVERIMAGEURL attribute of a TABSEPARATOR element will overwrite the SEPHOVERIMAGEURL attribute of a TABSTRIP element.

If no URL is specified, the image does not change when the mouse pointer hovers over the element.

Applies To

TAB, TABSEPARATOR

See Also

Internet Explorer WebControls, About the TabStrip WebControl