I'm obviously doing something wrong(ly):

I want a background image to appear in the lower left of a div, so  
I've styled it so:

#page
{
        width: 939px;
        margin: 0 auto;
        min-height: 650px;
        background-image: url(images/zengrass40.gif);
        background-repeat: no-repeat;
        background-position: 0% 100%;
}

But it appears in the top left of the div. I'd like it at the bottom.

What's the obvious problem I'm overlooking?

Sample link: http://integratedlifeservices.org/ . The page div is the  
main content area between the nav bar and the blue footer.

Thanks in advance,
Paul
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to