I have a 500x500 px image which is set as a background image on my website (as background-image of <body>
) But I need this image to be located in a bottom right corner of the webpage. How can I achieve this? (better with css method)
Thank You.
I have a 500x500 px image which is set as a background image on my website (as background-image of <body>
) But I need this image to be located in a bottom right corner of the webpage. How can I achieve this? (better with css method)
Thank You.
This should do it:
http://www.w3schools.com/cssref/pr_background-position.asp
Voilla:
The background properties can be combined together, in one background property. See also: https://developer.mozilla.org/en/CSS/background-position
for more exactly positioning:
Did you try something like: