How to make a link moving to left when mouse over? I want the text move back when mouse out. Is it possible with jquery? Please help.
Thank You
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.
You would use CSS regardless if it’s in jQuery or not, not sure why you would use jQuery to begin with, but anyways, here is an example:
The
margin-leftis set to -50px here (minus to go backwords), but can be changed according to your liking.Otherwise in CSS all you would need to do is:
See how much easier that is in CSS?