常用CSS样式
边框圆角
.round{ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; /* future proofing */ -khtml-border-radius: 10px; /* for old Konqueror browsers */ }
Min-height in IE
.box { min-height:500px; height:auto !important; height:500px; }
CSS透明度
.transparent { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }

浙公网安备 33010602011771号