Tricky OnMouseOver q.
From Mark Pakula on 20 Feb '00
-
heya, i have a tricky problem. i want to do an onmouseover image change, but the image is in an input, not an IMG tag.
eg:
<input type="image"
value="bob"
name="Image3" border="0" src="images/bob.gif"
width="104" height="14" onClick="startSearchbob()">
Ive tried just about every combo ive seen,
and most only work on IMG or A href tags.
Can anyone help?
.Mark.
|