I am trying to put in my homepage an image using CSS’s background-image and position to change its offset.
problem is, when I resized the browser size, the image will stay static and will not move accordingly
how can that be achieved?
thanks
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.
Use a percentage:
background-position: 50% 50%will center the background image.