Making the image change on mouseover instead of onclick.

Images added to each Choice. Images displayed as scaled down icons. Main image swaps when the Choice is selected.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Making the image change on mouseover instead of onclick.

Post by norman »

Edit layouts "Radio Button Layout" and "Radio Button Permutation Entry".

Look for the line:

Code: Select all

			echo ' style="cursor:pointer"';
And below it add a new line:

Code: Select all

			echo ' onMouseOver="rdclk(\'' . $AttributeImageId . '\',\'' . $choiceswapimage . '\')"';
Norman
Post Reply