Trying to create a mouse-over button with code I found online
Found the code on this website
http://helplogger.blogspot.com/2012/05/create-rollover-image-effect-change.html
The code I'm using:
<a href="Blog"><img src="images/menu/dflt_blog_btn.png" onmouseover="this.src='images/menu/rlovr_blog_btn.png'" onmouseout="this.src='images/menu/dflt_blog_btn.png'" /></a>
Wondering if it's possible to make the button fade in instead of just instantly changing? If so, any guidance on how to achieve that?
I know this may sound silly, but if we can make it fade in, is it possible to fade in from left or right direction as well?