slechols
07-23-2002, 08:48 PM
I am somewhat familiar with image swapping and mouseover, but I don't think this will solve my problem. Can I mouseover some text or a button and have an image display elsewhere on the screen, such as in a table cell?
|
||||
mouseover questionslechols 07-23-2002, 08:48 PM I am somewhat familiar with image swapping and mouseover, but I don't think this will solve my problem. Can I mouseover some text or a button and have an image display elsewhere on the screen, such as in a table cell? Kevlar 07-23-2002, 09:09 PM <a onMouseover="document.Images.someimage.src='swap.gif'" onMouseout="document.Images.someimage.src='unswap.gif'>sometext</a> <img src="unswap.gif" name="someimage"> |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum