Tom Dell'Aringa wrote:
> [...] The problem comes in IE6 when the page is viewed and then 
> reloaded, or when you app switch back and forth, the very same 
> background appears lower in the page, behind some boxes - but it 
> isn't actually there or being applied.

> http://www.pixelmech.com/rev/kill/test.html

IE is in need of a more "solid" base for its internal calculations, as
it may lose track of "where to render what" otherwise. A well-placed
'hasLayout'[1] trigger will solve IE's problem.

Adding...

#prepayContent {width: 100%;}

...works well in my IE6. No IE-hacking necessary with that
property/value there.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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