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
|
|
Use a percentage: |
|||
|
|
A few variants to do this:
or
or
If you need to position the background vertically to a certain point (150 pixels from the page top, for example), change the code:
|
|||
|
|