Page 1 of 1

Making the image change on mouseover instead of onclick.

Posted: Mon Oct 18, 2010 3:44 pm
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 . '\')"';