2014-06-21 26 views

回答

0

試試這個:

<style> 
.test { 
    height: 200px; 
    width: 100px; 
    position:absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -100px; 
    margin-left: -50px; 
    background:#ccc; 
} 
</style> 

<div class="test"></div> 
+0

位置:固定的將是一個更好的選擇。 – jeff

+0

它的工作原理,謝謝 – user3751074