-2

嗨,谁能帮我定位css吗?我有这个布局http://jsfiddle.net/9r7NW/2/我希望 TITLE 垂直居中,但是当它的父级不能固定时我不知道该怎么做

4

1 回答 1

0

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;}

直接来自谷歌

用它。

于 2012-08-07T19:07:59.770 回答