| With this method all you should need to do is place the image where the text is. Here's the code view of what you're replacing the bold underlined part is the only part you would need to change:
<a href="#" onmouseover="MM_setTextOfLayer('movtarget','','<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="320" height="240">n <param name="movie" value="rollover1.swf" />n <param name="quality" value="high" />n <embed src="rollover1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="320" height="240"></embed>n </object>');MM_changeProp('movtarget','','className','movvis','DIV')" onmouseout="MM_changeProp('movtarget','','className','movinvis','DIV')">Movie 1</a>
Change that text to an image tag <img src="whateverpic.jpg">
Doing this replacement won't effect the functionality of the rollover pop-up...
Abraham
Respond to this post • Return to posts index | |