xtiandc wrote:
> http://demo.wfp.com/v2/story.htm
> 
> In Firefox, this displays as desired, with the left column bg image 
> spanning the full height of its containing element (called with 
> astonishing complexity "container"). However, in IE, that bg image 
> only spans to the height of the content in the third column (called 
> "auxnav").

IE needs its 'hasLayout'[1] trigger in order to expand that 'container'
properly.

Adding...

#container {height: 1%;}

...will do the trick.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
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