Adam McGrath wrote:
> the only other quick fix i could recomend is to try forcing the parent
> element #content,  to "have layout", (eg position: relative;), that
> usually fixes a multitude of peekaboo weirdness's
>   

position: relative does not give an element layout in IE6. position: 
absolute does, but not relative. However, relative positioning is 
another one of IE's magic bullets (unrelated to layout). It will often 
fix problems that setting layout cannot. At other times, it will cause 
bugs, so only use it when necessary.

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