yuweijun'blog
Wednesday, August 20, 2008
如何使div内容居中
#div1, #div2 {
display: table-cell;
*display: inline; /* hack ie */
height: 200px;
vertical-align: middle;
border: #000 1px solid;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment