Works fine in Chrome/Firefox/IE but only the third hover image works in Safari.
Here is my code for one of the images.. (my tab button is broke so sorry for bad formatting) (i have a bracket on the a href below but bc of my keyboard limitations I had to take it away)
<a href="http://localboyoutfitters.com/wp-content/uploads/2013/10/LBO_topoffer_SMnew.png">
<img src="http://localboyoutfitters.com/wp-content/uploads/2013/10/LBO_topoffer_SMnew.png" alt="LBO_topoffer_SMnew" onmouseover="this.src='http://localboyoutfitters.com/wp-content/uploads/2013/10/LBO_topoffer_SMhover.png'" onmouseout="this.src='http://localboyoutfitters.com/wp-content/uploads/2013/10/LBO_topoffer_SMnew.png'" width="300" height="200" class="alignnone size-full wp-image-205" />
</a>
This is placed in a Wordpress widget area.
If anyone has any solutions it would be greatly appreciated!