Hello Friends,
Yesterday when i was checking some mousehover code without Javascript. I found this code
<a onmouseover="document.NAME.src='Your IMAGE 2nd'"
onmouseout ="document.NAME.src='Your IMAGE'">
<img name=NAME src='Your IMAGE'/></a>
When i tried this code in my webpage.. it worked fine. It changed the images whenever I move cursor on that image. But When i upload it through FTP. This code is not working. For better understanding you guyz can check my website - www . briskaid . com
I have used this code for all 8 images but its not working on internet. If I manually check it works.
Any suggestions?? or Anything else is there? If any javascript is there please let me know
Yesterday when i was checking some mousehover code without Javascript. I found this code
<a onmouseover="document.NAME.src='Your IMAGE 2nd'"
onmouseout ="document.NAME.src='Your IMAGE'">
<img name=NAME src='Your IMAGE'/></a>
When i tried this code in my webpage.. it worked fine. It changed the images whenever I move cursor on that image. But When i upload it through FTP. This code is not working. For better understanding you guyz can check my website - www . briskaid . com
I have used this code for all 8 images but its not working on internet. If I manually check it works.
Any suggestions?? or Anything else is there? If any javascript is there please let me know
Comment