垂直对齐中间页脚

时间:2015-11-15 10:08:44

标签: html css position

我试图定位垂直页脚。我有文字和徽标。徽标右对齐。它的高度为38,页脚高度必须为80px。但我无法将文字和徽标垂直对齐。



#footer { height: 80px; }
#footer .text{margin: 0 auto; width: 1024px; padding-top: 35px;vertical-align:middle;}
#footer .text #logo-footer {background:url("image.png") ; float:right; margin-right:0;width:172px;height:38px;}

<div id="footer">
<div class="text">
  some text here
  
  <div id="logo-footer"></div>
</div>

</div>
&#13;
&#13;
&#13;

0 个答案:

没有答案