Hi I am trying to create a background image at the bottom left of my page. The page has a left and right sidebar. I have used css to place the image in the left sidebar and in the main content and neither are sitting properly.
Here is what I want it to look like: http://www.onetreehill.net.au/images/image2.jpg (The girl down the bottom. I want her to site at the very bottom left of the page, no matter how long the page is.)
And this is how she is sitting at the moment with the CSS I have used: http://www.onetreehill.net.au/images/image1.jpg
The CSS I have used:
.Content {
background: url(../../__custom/images/blue/page-bottom-1.jpg) left bottom;
background-repeat: no-repeat;
overflow: visible;
}
.Left {
background: url(../../__custom/images/blue/page-bottom-1.jpg) left bottom;
background-repeat: no-repeat;
overflow: visible;
}
When I use the following as background position: background:
url(../../__custom/images/blue/page-bottom-1.jpg) -150px 100%;