guokai870510826
<style type="text/css" title="currentStyle" media="screen" mce_bogus="1">
#divcenter{  
   position:absolute;/*层漂浮*/  
   top:50%;  
   left:50%;  
   width:300px;  
   height:300px;  
   margin-top:-150px;/*注意这里必须是DIV高度的一半*/  
   margin-left:-150px;/*这里是DIV宽度的一半*/  
   /* background:yellow;   */
   /* border:1px solid red;   */
    }
</style>

<div id="divcenter"></div>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2021-10-01
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-02-06
  • 2021-11-27
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案