嗨,谁能帮我定位css吗?我有这个布局http://jsfiddle.net/9r7NW/2/我希望 TITLE 垂直居中,但是当它的父级不能固定时我不知道该怎么做
问问题
145 次
HTML
<div id="floater">
<div id="content">
Content here
</div>
</div>
CSS
#floater {float:left; height:50%; margin-bottom:-120px;}
#content {clear:both; height:240px; position:relative;}
直接来自谷歌。
用它。