我有这个 CSS 代码:
html {
overflow-y: scroll;
}
body {
background-color: #e4e4e4;
font-size: 12px;
font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
line-height: 1.6;
color: #555;
}
#wrapper {
width:950px;
position: relative;
margin: 20px auto;
background-color: #fff;
border: 1px solid #333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
在 Chrome 中它可以完美运行,包装器位于任何屏幕分辨率的中间并具有曲线边框。
但是对于IE9来说非常大的麻烦,包装器粘在左边,边框不显示等等。