2011年9月17日 星期六

使用 CSS 將 DIV 置於網頁中央


<div id="updbox" style="display: none;"> 訊息</div>




#updbox {
position:absolute;
width:271px;
height:30px;
z-index:1;
left: 50%;
top: 50%;
margin-left:-100px;
margin-top:-50px;
background-color: #FBE0AE;
text-align: center;
}

沒有留言:

張貼留言