So dumb question...
does that go in the style sheet? I ask because I added it and it didnt work. also the code below goes on one line right?
does that go in the style sheet? I ask because I added it and it didnt work. also the code below goes on one line right?
Since IE 6.0 doesn't support min-width, you need to use (a CSS invalid)
_expression_:
min-width: 800px;
width: width:_expression_((document.documentElement.offsetWidth <
820)? "800px": "auto" );
I have a feeling that it was something silly like a missing > tag or something
Thanks peoples
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
