Caporegime
- Joined
- 13 May 2003
- Posts
- 34,563
- Location
- Warwickshire
Hi all
Bit of a long shot here but I'm trying to add a mouse-over shake effect to a simple image.
The image has 300 pixels of H-space to position it correctly in the table, however in mouse over the image shakes correctly but returns to the position it would be were there zero h-space.
The code is:
Grateful if you can help.
Bit of a long shot here but I'm trying to add a mouse-over shake effect to a simple image.
The image has 300 pixels of H-space to position it correctly in the table, however in mouse over the image shakes correctly but returns to the position it would be were there zero h-space.
The code is:
PHP:
<p><a href="list.html"><img src="images/theweddinglistoff.png" width="223" height="28" hspace="300" border="0" id="Image8" onmouseover="MM_effectShake('Image8');MM_swapImage('Image8','','images/theweddinglistover.png',1)" onmouseout="MM_swapImgRestore()" /></a></p>
Grateful if you can help.