浮动层居中有什么方法?
同题,如何让一个浮动的DIV层居中显示?这样它就不会浮动了,,,,,,郁闷。。。。。二楼的朋友,,,没效果啊,,,...
同题,如何让一个浮动的DIV层居中显示?
这样它就不会浮动了,,,,,,郁闷。。。。。
二楼的朋友,,,没效果啊,,, 展开
这样它就不会浮动了,,,,,,郁闷。。。。。
二楼的朋友,,,没效果啊,,, 展开
3个回答
展开全部
<DIV align="center"></div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<body>
<div id=yourdiv style="position:absolute;width:300;height:100;background:blue;z-index:1"></div>
<script>
function centerobject(){
var objstyle=document.all.yourdiv.style
objstyle.left=parseint((document.body.clientwidth-parseint(objstyle.width))/2)
objstyle.top=parseint((document.body.clientheight-parseint(objstyle.height))/2)
}
window.attachevent(onload,centerobject)
window.attachevent(onresize,centerobject)
</script>
</body>
<div id=yourdiv style="position:absolute;width:300;height:100;background:blue;z-index:1"></div>
<script>
function centerobject(){
var objstyle=document.all.yourdiv.style
objstyle.left=parseint((document.body.clientwidth-parseint(objstyle.width))/2)
objstyle.top=parseint((document.body.clientheight-parseint(objstyle.height))/2)
}
window.attachevent(onload,centerobject)
window.attachevent(onresize,centerobject)
</script>
</body>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询