Changing image on mouse over not working. Please Help!

4 replies
  • WEB DESIGN
  • |
Hi,
In this web-site I came across a solution to change the image when the mouse is over:
http://www.workwithneilball.com/how-...idebar-widget/


Code:
<style>     .hover-class {     height: 543px;     width: 285px;     display: block;     border: none;     background: url("http://www.workwithneilball.com/wp-c...eo-banner.png") no-repeat;     margin-top: 0px;     margin-left: 0px;     }      .hover-class:hover {     background-position: right;     }      </style>     <a href="Empower Almost A Secret target="_blank" class="hover-class" href="http://www.lifestyleselect.net/wp-content/uploads/2013/01/free_video.png"> </a>



And in the very same web-site, on the sidebar (Free Video part), the example works but when I copy and paste the code in to a text-box in the widgets area (I only uploaded the image to my site and changed the url) it doesn't work.


What's the problem?


And help would be greatly appreciated. Thanks a Lot!
#changing #image #mouse #working

Trending Topics