<style>
#div_001{
Width:1000px; min-Height:300px; Background:#bdb1bf;
}
</style>
<div id="div_001" ></div>
<script>
var o = documentgetElementById('div_001');
documentwrite(ooffsetWidth);
</script>
alert或者documentwrite都是正确的
没有你说的情况出现
奇怪了 我这边得到是是具体的宽度 你可以试试
<script>
$(function(){
var aa=$('div')width();
alert(aa)
$('div')height(aa);
})
</script>
<div class="div" style=" width:50%; background:#03F; height:30px;"></div>
以上就是关于js offsetwidth获取DIV宽度无效全部的内容,包括:js offsetwidth获取DIV宽度无效、如何获取div的真实宽度,赋值给高。我给div宽度赋值50%。、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)