现在,我有 100% 是正方形,它被定义为div.newsticker
我想在加载时或在调整大小时获得这个宽度。
我怎么能用javascript做到这一点?
div.newsticker{
border:1px solid #666666;
width:100%;
height:50px;
}
.newsticker p{
height:20px;
width:150px;
float:left;
position:absolute;
}