[css-d] Body background image align to bottom: Firefox

2006-09-07 Thread Micky Hulse
Hi, Just wondering if this is the /best fix/ to make an image align to the bottom left of the BODY background for Firefox: html { min-height: 100%; height: auto; } body { url(/le/images/template/bkgrnd-grfk.jpg) no-repeat bottom left; } Hehe, it has been a while

Re: [css-d] Body background image align to bottom: Firefox

2006-09-07 Thread Zoe M. Gillenwater
Micky Hulse wrote: Hi, Just wondering if this is the /best fix/ to make an image align to the bottom left of the BODY background for Firefox: html { min-height: 100%; height: auto; } body { url(/le/images/template/bkgrnd-grfk.jpg) no-repeat bottom left; } Hehe,

Re: [css-d] Body background image align to bottom: Firefox

2006-09-07 Thread Micky Hulse
Hi Zoe, thanks for the quick response, much appreciated. Zoe M. Gillenwater wrote: What don't you like about this solution that you are trying to fix? What browsers or content situations doesn't it work with? Do you have a test page? I have yet to do a browser-cam capture... or I would

Re: [css-d] Body background image align to bottom: Firefox

2006-09-07 Thread Zoe M. Gillenwater
Micky Hulse wrote: Generally, there is no best fix for things in CSS. There are multiple ways to do things. If something works in your layout and target browsers, and uses the leanest markup or CSS possible, go for it. Sounds good to me. And yep, appears to work great in IE6 and