Tom Livingston wrote:
>> <aside>
>> What's with position: relative; set on nearly everything...?
>>
>>
>>
>> --
>> desktop
>> http://chelseacreekstudio.com/
>>
>>
>>     
>
> Actually, removing position: relative; from #leftCol and #rightCol
> caused the negative margin overhangs to the left and right to become
> clipped at the edge of #wrap in IE6. Adding them back fixed it. Small
> price to pay i think.
>
>
>   





That makes sense. Although, I wonder if this may make more sense (since 
that garbage can is on death row)?

* html #leftCol,
* html #rightCol {
position: relative;
} /*for IE/6.0*/

Best,
~d


-- 
desktop
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to