View Full Version : can I remove A HREF="contact.html" AND still swap image
Terrie
03-09-2002, 11:45 AM
When I remove the <A Href=" the mouse over stops working?? Is there a way to still swap images but NOT link to an html page?
Terrie
<A HREF="contact.html" target="mainView" ONMOUSEOVER="mouse_over('onImage1', 'image1', 'onImage21'); return true" ONMOUSEOUT="mouse_out('outImage1', 'image1')"><img border="0" NAME="image1" src="transitions/images/01.jpg" width="33" height="26"></A>
example: http://www.stevenweinbergphoto.com/transitions/
scoutt
03-09-2002, 02:01 PM
try this
<img border="0" NAME="image1" ONMOUSEOVER="mouse_over('onImage1', 'image1', 'onImage21'); return true" ONMOUSEOUT="mouse_out('outImage1', 'image1')"><src="transitions/images/01.jpg" width="33" height="26">
Terrie
03-10-2002, 08:55 PM
You've almost solved the problem! It works great in Explorer ...but not in Netscape. :-(
any fix for this?
Terrie
ps
thanks
scoutt
03-10-2002, 09:14 PM
I just noticed something. try this
<img border="0" NAME="image1" ONMOUSEOVER="mouse_over('onImage1', 'image1', 'onImage21'); return true" ONMOUSEOUT="mouse_out('outImage1', 'image1')" src="transitions/images/01.jpg" width="33" height="26">
_mrkite
03-10-2002, 10:18 PM
<A HREF="contact.html" target="mainView"
ONMOUSEOVER="mouse_over('onImage1', 'image1', 'onImage21'); return true"
ONMOUSEOUT="mouse_out('outImage1', 'image1')"
ONCLICK="return false;">
<img border="0" NAME="image1" src="transitions/images/01.jpg" width="33" height="26"></A>
Terrie
03-11-2002, 09:40 AM
I really appreciate your help...AND SO FAST! I have been sending out an S O S on this issue for weeks -- not only did you respond right away but you actually solved this problem! And it WAS a problem!
thank you again
Terrie Ross
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.