_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1040?"1040px":"100%"); /* 最小宽度 */
_width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1040?"1040": auto); /* 最大宽度 */
原文:http://www.cnblogs.com/manchun/p/5140382.html