I\'m trying to create a hover image for my \'read more\' button on blogger. I\'m trying to reference:
You are using background as a standalone property.
What you are looking for is:
.jump-link:hover { background-image: url('http://1.bp.blogspot.com/-i936l-GupbU/Vp4Z9y7tpAI/AAAAAAAAAgw/lyJYJds5PNc/s1600/readmorerollover.jpg'); }
More information Here