Mouseover Effects

You may specify for a menu item two text - a normal text to be displayed when the item is not highlighted and a mouseover text to be displayed when the mouse is over the item. The two text are splitted by the symbol "~", i.e:

Panel=P1
Normal Item Text~Mouseover Text^http://url.com^childPanel

Tip

When the mouse is moved over a mouseover graphic for the very first time, the graphic may disappear momentarily before the new image is displayed. The delay is due to the downloading of the graphic from the server. We can avoid this delay by preloading the images on the webpage. Of course, as we do not want the images to be displayed on the page itself, we set either the width or height of the images to zero. See the html for this page for an example.

See Menu Maker input for this menu

See HTML for this page