这是我定义的边框的样式,在IE6.0中显示的宽度为328px, 可是在IE7.0中显示的却是330PX,请问如何解决这下兼容性问题?
.nieright1_2{
width:328px;
height:auto;
background-color: #FFAACC;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #FF7FB2;
border-right-color: #FF7FB2;
border-bottom-color: #FF7FB2;
border-left-color: #FF7FB2;
}