i have an image, it will actually be the image with facebook “like” button :).
I want it to slides from beyond the right side of my screen, when i.e. I scrolls my page down to the bottom. How to do it?
Maybe jquery? But how?
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.
Give the image a css
leftposition bigger than you window width. Than use for example jQuery.animate to move it in.HTML:
CSS:
JS:
Example:
jsfiddle