Skip to main content
added 65 characters in body
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

orOr do like this:

<a href="SSX.html">  <img src="SSX.jpg"  onmouseover="this.src='SSX2.jpg';"  onmouseout="this.src='SSX.jpg';"  height=100  width=120 /> </a> 

I think this is the easiest way.

or do like this:

<a href="SSX.html"> <img src="SSX.jpg" onmouseover="this.src='SSX2.jpg';" onmouseout="this.src='SSX.jpg';" height=100 width=120 /> </a> 

I think this is the easiest way

Or do like this:

<a href="SSX.html">  <img src="SSX.jpg"  onmouseover="this.src='SSX2.jpg';"  onmouseout="this.src='SSX.jpg';"  height=100  width=120 /> </a> 

I think this is the easiest way.

Source Link
Asif
  • 796
  • 2
  • 15
  • 38

or do like this:

<a href="SSX.html"> <img src="SSX.jpg" onmouseover="this.src='SSX2.jpg';" onmouseout="this.src='SSX.jpg';" height=100 width=120 /> </a> 

I think this is the easiest way