Is it possible to change CSS position of a background image with a DIV (“omega”) from a separate link (“alpha”) with a MOUSEOVER?
<a class="omega" href="#"></a>
<div id="alpha"></div>
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.
Is JavaScript/jQuery ok? If so, something like this should work:
The first function is for mouseover, the second one resets it when the mouse leaves. Admittedly, I haven’t tried this, but in theory it should work. See jquery hover and jquery css for more info.