TuteC escribió:
Hello everyone.
I´m using
width: 45em
width:expression(((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth)>(522/12)
* parseInt(document.body.currentStyle.fontSize)?
"45em" : (((document.compatMode &&
document.compatMode=='CSS1Compat') ?
document.documentElement.clientWidth :
document.body.clientWidth) < 522 ? "520px" : "99%"));}
to emulate max-width in IE.
hi. check this thttp://www.webreference.com/programming/min-width/
I didn't try it with max-width but it works ok with min-width. You don't
need javascript enabled and is valid.
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************