left top is the default
left top is the default starting point, i put it there just so I have a reference, but it is actually unnecessary.
you can do
left, right, center, top, bottom
depending on where you want the background image to appear.
sometimes I will want a small watermark in the bottom right corner of my content, so i will use right bottom
if I want a watermark logo right int he center of my content I do
center center
Maybe this sheet will help.
http://lesliefranke.com/files/reference/csscheatsheet.html
Print it out and put in next to your monitor or put it as one of your favorites and reference it often.
Deuce wrote:left top is the
left top is the default starting point, i put it there just so I have a reference, but it is actually unnecessary.
you can do
left, right, center, top, bottom
depending on where you want the background image to appear.
...
You can also use pixels and percentages: http://www.w3schools.com/css/pr_background-position.asp
thanks for all the help! I
thanks for all the help! I will use the hell outta that cheat sheet.