Stefan Nagtegaal wrote:
>
> Op 2-sep-2006, om 19:02 heeft Aaron Gray het volgende geschreven:
>
>> This has 3 column layout with strechable center column with minimum and
>> maximum widths.
>>
>> Without the maximum width a spacer div to give minimum width 
>> behaviour this
>> would be full cross platform without any browser specifics.
>>
>>         
>> http://angray.members.beeb.net/Examples/CSS/ThreeColumnExample.html
>>
>> Otherwise it works fine across browsers.
>>
>> Aaron
>
> In the stylesheets I see this rule:
>
>   width: expression( document.body.clientWidth >= 800 ? "800px" : 
> (document.body.clientWidth <= 600 ? 600 : document.body.clientWidth));
>
> Now, what is this? i'm sure it's not gonna validate (I haven't tried, 
> but am quite confident it won't)...
>
> Is it javascript? It looks like it to me, but I'm no expert on that..
Yes its JavaScript for MS Internet Explorer. It will not validate and 
will not work in CSS file either.

You can scrap that line if you wish and put a fixed width div in the 
center div to just give a minimum width behaviour.

Aaron

______________________________________________________________________
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