DIV+CSS 全屏垂直置中的一個辦法

來源:互聯網
上載者:User

  全屏垂直置中的一個辦法 DIV+CSS , 這個方面有一點不好, 就是不能自動適應,必須把高和寬寫死!

  例如下邊的例子!

  先定了一個點在中間,然後再把裡邊的這一塊置中處理;

<style>
#info{height:0px; width:0px;top:50%; left:50%;position:absolute;}
#center{background:#FFCC33;border:1px solid #0033FF; width:300px;height:300px;position:absolute; margin:-150px;}
</style>
<div id="info">
<div id="center">www.aa25.cn</div>
</div>

     按照上面的程式碼範例,就可以實現全屏置中了。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.