ie.css

来自「The code, images and designs for this bo」· CSS 代码 · 共 7 行

CSS
7
字号
/*This is a proprietary expression only for Internet Explorer, as it doesn't support max-width or min-width. This expression breaks validation and therefore has been separated from master.css.*/#container, #footer {	width: expression(document.body.clientWidth < 740? "740px" : document.body.clientWidth > 1200? "1200px" : "auto");}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?