<html>
       <head>
    <title>My JSP 'index.jsp' starting page</title>
    <link rel="stylesheet" type="text/css" href="css/subpage_right.css">
</head>
<body>
<div id="div1" class="advert_pic">
<span><img src="a.jpg"></span>
</div>
        </body>
</html>css.advert_pic {/*非IE BEGIN*/width: 283px !important; height: 293px !important;/*非IE END*/ width: 285px; height: 294px; border: 1px solid #CCCCCC; border-top: 0px; margin-bottom: 10px;}我想获取advert_pic样式中的width属性,然后在js中重新设置,这要怎么获取?请指教,谢谢!!!CSSJavaScript