码迷,mamicode.com
首页 > 其他好文 > 详细

让块级元素水平垂直居中

时间:2016-11-04 20:55:56      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:pre   int   asc   null   java   load   function   ntop   element   

			function fun(){
                   var wWidth = null,
                     wHeight = null; if(window.innerHeight && window.innerWidth){ wHeight = window.innerHeight;
                        wWidth = window.innerWidth; }else if((document.body) && (document.body.clientHeight) && (document.body.clientWidth)){
                        wWidth = window.clientWidth; wHeight = window.clientHeight; }
                   var boxWidth = document.getElementById("box").clientWidth; var boxHeight = document.getElementById("box").clientHeight;
                   box.style.marginLeft = (wWidth - boxWidth)/2 + "px"; box.style.marginTop = (wHeight - boxHeight)/2 + "px"; }
              window.onload = window.onresize = function(){fun()}

让块级元素水平垂直居中

标签:pre   int   asc   null   java   load   function   ntop   element   

原文地址:http://www.cnblogs.com/laoniaofly/p/6031363.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!