View Single Post
  #4 (permalink)  
Old Jan 15th, 2008, 17:47
Blake121 Blake121 is offline
Reputable Member
Join Date: Apr 2007
Location: Scotland
Age: 17
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Re: switching backgound image

Sure you can.

Just change this part of the tutorial

Code: Select all
<a href="#" onMouseOver="javascript:changeBGImage(1)">Change</a>
to

Code: Select all
<input type=button value"click" onclick="changeBGImage(1)'">
And use the rest of the tutorial.
Reply With Quote