常用css表达式-最小宽度-上下居中
摘要:
/* IE6下最小宽度的CSS表达式 */width:100%; min-width:1024px; _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1024?"1024px":"... 阅读全文
posted @ 2014-05-27 11:49 靖儿 阅读(300) 评论(0) 推荐(0) 编辑