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, it has been a while since I have had to put a background image in 
> the body aligned to the bottom... did not know this was the typical 
> behavior (i.e. having to specify a height for the HTML element.)
>
> Just wondering if there is a better solution, particularly one that 
> works well in all browsers.
>   

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?

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.

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to