|
home / documentation / reference / moreimagealt
MoreImageAlt
- Description:
- The alt text that is applied to more images.
- Value:
- String, "", or JavaScript expression that returns a String/"".
- Applies To:
- Menu Items.
- Browser Compatibility:
- MoreImageAlt is supported in all browsers.
- Comments:
- "More" images are the (usually) triangular images that appear
within a menu item denoting the existence of a child menu for this menu item.
MoreImageAlt is applied to the alt property of the image.
when it is added to the menu item.
- Examples:
// Ok:
MoreImageAlt:"To Products Menu",
MoreImageAlt:"",
MoreImageAlt:(window.showMore)?"To Products":"",
// if the user defined variable "showMore" is true,
// then the alt is "To Products"
// Incorrect:
MoreImageAlt:Next Menu, // Strings must be quoted
MoreImageAlt:'(window.showMore)?"To Products":""',
// no quoted expressions
- Default:
- "More choices"
- See Also:
-
ImageDir,
MoreImagesVisible,
ImageSrc,
ImageSrcOver,
ImageSrcLeft,
ImageSrcLeftOver,
ImageWidth,
ImageHeight,
ImageHorizSpace,
ImagevertSpace
|