Asalamu-Alaikum wa Rahmatullahi wa Barakatuh,...

Sunday 4 May 2014

HTML code--->Mouse move-over effect

here is a code to mouse move-over change effect
[ just replace s1 and s2 by your source images...]
<div>
  <img src="map.gif" alt="Hover to reveal the location on the map"
      onmouseover="this.src='S1';"
      onmouseout="this.src='S2';"/>by;  "mss multimedia productions"
</div>




Best regards,
Here goes the code of the element you want to show

No comments:

Post a Comment