P pepatong Guest Mar 6, 2009 #1 using a mouse rollover? thank you!? is there is anything easy enough (i am learning) where i can just cut & paste the code and only have to edit the image info??
using a mouse rollover? thank you!? is there is anything easy enough (i am learning) where i can just cut & paste the code and only have to edit the image info??
E el1986 Guest Mar 6, 2009 #2 <img src="WHATEVER" onmouseover="this.width=WHATEVER; this.height=WHATEVER;"> Not sure if that will work, but it's what I would do. Then you add the onmouseout event handler and use the same code to reset the sizes if you want.
<img src="WHATEVER" onmouseover="this.width=WHATEVER; this.height=WHATEVER;"> Not sure if that will work, but it's what I would do. Then you add the onmouseout event handler and use the same code to reset the sizes if you want.