/*不管是什么方法,书写的顺序都是firefox的写在前面,IE7的写在中间,IE6的写在后面。*/
.JS_CenterAD_marquee_Right
{
margin-left:17px !important; /firefox*/
*margin-left:17px !important; /ie7*/
_margin-left:17px; /*此 _margin-left 写法仅支持ie6,其他浏览器均不支持*/
*+margin-top:-150px;
}