will anyone please share an easy html code so i can have my images enlarged

  • Thread starter Thread starter pepatong
  • Start date Start date
P

pepatong

Guest
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??
 
<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.
 
Back
Top