Re: [css-d] DIV background image in wrong place

2009-04-24 Thread Philippe Wittenbergh
On Apr 25, 2009, at 11:56 AM, phidlerw...@gmail.com wrote: > 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; > backgrou

[css-d] DIV background image in wrong place

2009-04-24 Thread phidlerwerf
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-rep