Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tell me how to double the image siz

Status
Not open for further replies.

RYSNET

Technical User
Aug 20, 2002
14
0
0
LK
Tell me how to double the image size when the mouse over it
with java script?
 
Here it is:

<img src=&quot;image.gif&quot; style=&quot;width:12px;height:100px;&quot; onMouseOver=&quot;this.style.width=this.style.width*2;this.style.height=this.style.height*2;&quot; onMouseOut=&quot;this.style.width=this.style.width/2;this.style.height=this.style.height/2;&quot;>

Rick
 
How to rotate continuesly an image? Pl. Tell me the code.in java script.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top