I found this: hover on text link to change image which explains how to do this with jQuery.
Is there any way to do it without jQuery or javascript?
Can this be done with just html/css?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Even if you can do that with CSS it’s going to be pretty messy. Why not use jQuery or Javascript instead?
In jQuery, try using the .hover() mouse event.
You’ll probably start with something like this (psuedo-code):