Jehangir Larry wrote:
> David Laakso wrote:
>   
>> Jehangir Larry wrote:
>>   
>>     
>>> Compliments of the season.
>>> I have issues in IE (XP) with faux-columns - www.nayanindore.com
>>>
>>> Appreciate site-check cross browser; and all advise.
>>> Thanks.
>>>
>>>   
>>>     
>>>       
>> #page{background-color: #f8f8e1;}<--- add the background-color ::
>>
>> #outer{height:1%;} <-- add height: 1%; to each (you may not need it on 
>> all four ::
>> #wrapper{height:1%;}
>> #container{height:1%;}
>> #content{height:1%;}
>>
>> IE/6.0 dose not seem to be honoring min/max width.
>> --You are calling the style sheet for it
>>
>> style4ie.css
>>
>> twice. Leave only the one that is in the CCs for IE6:
>>
>> Re-write the CC for IE 6 and down to read:
>> <!--[if lte IE 7]>
>>
>>
>> <![endif]-->
>>
>> Please note I have /not/ tested any iof the above.
>>
>> Good luck.
>>
>> ~dL
>>
>>
>>
>>
>>
>>
>>   
>>     
> Thank you. These two words say it all.
> It now works - even in IE6, at text Largest. Most grateful.
> I would appreciate a web-link to understand (if possible ;-)) the 1% 
> hack and the stuff in style4ie.css .
> Perhaps Molly...
> A Happy 2008 to all.
>
>   

Good.

Georg Sortun is better at explaing this stuff than me, but anyway-- 
height : 1%;, or min-height : 0; could have been used as well, are 
hasLayout triggers to give layout  (make win/IE -- IE /7 -- in this 
instance, behave dimensionally). It is a complex and most difficult 
concept that is well explained  here:
<http://www.satzansatz.de/cssd/onhavinglayout.html>

 Min/max width is not supported in IE 6 and down. Georg explains the 
work around used in your style sheet

style4ie.css for IE 6

here:
<http://www.gunlaug.no/contents/wd_additions_14.html>

HTH.

Best,

~d


 

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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/

Reply via email to