David Laakso wrote:
> G.Sørtun wrote:
>   
>> David Laakso wrote:
>>     
>>>  I could, and probably will, do this for IE/6: 3. display: none;
>>>       
>> May I recommend:  4. "clean sheet for IE6"...
>> <http://www.gunlaug.no/contents/wd_additions_50.html>
>> ...so as not to discriminate users of such an old browser.
>>
>> regards
>>    Georg
>>
>>     
>
>
>
> html
> <http://chelseacreekstudio.com/dl/>
> css
> <http://chelseacreekstudio.com/dl/css/>
>
> 1/ IE/6 has a, more or less, "clean-sheet."
>
> 2/ Stumped in IE/7.
>
> Compliant browsers get it right -- the fuchsia and green blocks should 
> touch. IE/7 puts a vertical space between them. What to do?
>
> The relevant selectors are: 
>
> #aside (fuchsia border)
> ul#footer (lime border)
>
>   


2/ Resolved:

The has layout trigger for IE/7 is min-height: 1px; -- plus feeding 
different vertical  padding/margins to IE/7 than to compliant browsers...
*:first-child+html ul#footer {min-height: 1px; padding : 0 0 50px 0; 
margin: 14px 0 0 0;}

Reference: <http://www.satzansatz.de/cssd/onhavinglayout.html>

F. Goudy

______________________________________________________________________
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