摘要:
在制作网页过程中,通常通过以下方法,来实现网页水平垂直居中: <div style=" width:900px; height:600px; position:absolute; top:50%; left:50%; margin-top:-300px; margin-left:-450px;"></div>然而,在一些分辨率比较小的电脑,这样的方法,会使网页被截去一部分... 阅读全文
posted @ 2009-09-20 17:55
isle
阅读(1625)
评论(6)
推荐(0)