Luc wrote: > Good evening list, > > IE6 does a page shift on load and on refresh. Is this some > auto-expansion bug in IE6? > > http://www.dzinelabs.com/sandbox/GrupoMP/Pages/home1.html > > http://www.dzinelabs.com/sandbox/GrupoMP/Styles/Grupomain.css > >
Gunslinger, The page is wider in IE/6. Dunno. But, try this and see if it helps: Online: <http://chelseacreekstudio.com/ca/cssd/grupo.htm> #container { border: 1px dashed fuchsia; }<------ :: compliant browsers get fuchsia :: * html #container { border: 1px dashed lime; <------ :: IE/6 gets lime :: overflow-y: /*visible*/hidden; <------ :: amend to read "hidden" :: height: 1%; } As ever, Salma Hayek Mexico City, Mexico PS Do you give those truckers flashlights so they can read that page? ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
