Hi Germ,

i must have the syntax wrong - just tried that and it stopped IE working in addition to still being invalid CSS.

Was your whole CSS like this:


#outer_wrapper {
    max-width: 800px;
}
* html div#outer_wrapper {width: 800px /* fallback value */;
width:_expression_((document.documentElement.offsetWidth < 820)? "800px": "auto" );
}

I just tried this in my style sheet to no avail.

Cheers,

Max.



Germ wrote:
I asked this question (or similar) just recently and so if you go through the back issues, you will find some discussion about it and hears the code that I used and it all works fine for me

width:_expression_((document.documentElement.offsetWidth < 820)? "800px": "auto" );



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to