Hi everyone,
I have been trying to find a solution for this for a while now, but can't seem to get far with google. I hope this is in the right forum?
I'm trying to combine the following on one image:
- CSS hover effect -> border change from transparent to yellow
- OnMouseover -> image swap (change logo on bottom with project name)
- OnClick -> make a layer visible.
It seems that the Onclick and OnMouseover effect are not working together. At the moment, only the OnClick and CSS hover are working. The OnMouseOver and OnMouseOut are ingnored.
Below a link to the site. I've tried it with just two of the images now (4th in the middle row and 3rd in the top row)
http://www.mbarch.nl/test3/
Code:
<td><img src="http://www.webmaster-talk.com/images/thumbnails/068_01.gif" width="180" height="115" border="0" class="bordered" onMouseOver="MM_swapImage('title_none','','images/titles/title_068.gif',1)" onMouseOut="MM_swapImgRestore()" onclick="MM_showHideLayers('Layer068','','show')" style="cursor:pointer"></a></td>
Last edited by Anja; 08-03-2010 at 05:03 AM..
|