View Single Post
  #2 (permalink)  
Old 10-16-05, 06:02 PM
Keith's Avatar
Keith Keith is offline
Community Liaison
 
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Code:
<img src="/image.jpg" width="150" height="100" name="image_name"
onmouseover="image_name.width='300';image_name.height='200';"
onmouseout="image_name.width='150';image_name.height='100';" />

Last edited by Keith; 10-16-05 at 06:08 PM.
Reply With Quote