三月 22nd, 2006
IE7开始支持min/max-width/height
Category: CSS, Author: Nicky, Popularity: 7%max-width: 788px;属性的样式,那么就是再变态的分辨率,最大也只显示788px的宽度,看起来就会好多了。
如果使用Firefox,在userChrome.css里面(或者使用Stylish)加入下面这段就可以看看效果。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://del.icio.us/") {
body{max-width: 788px !important; position: absolute; left: 10%; right: 10%;}
}
@-moz-document url-prefix("http://del.icio.us/") {
body{max-width: 788px !important; position: absolute; left: 10%; right: 10%;}
}
Tags:CSS, IE7.
评论数量(4) | Add Comments
本文网址:http://www.osxcn.com/css/minmax-widthheight.html

