Front Page user needs help.

C

ComputerJack

How can I make a graphic appear when hovering over a button in FRONT PAGE. I
would like to have the graphic appear in an adjacent cell in the table.
 
M

Murray

Put a graphic into that cell that is the same size as the one you want to
appear, but looks like the background of the cell/table/page. Name this
graphic - say "dummy". Select the button, and insert a Swap Image behavior
to swap dummy from the current image to the new image. Make sure the event
is onMouseOver.

You're done.
 
Top