廣場頁腳總是我有以下頁面佈局:CSS:在底部
<header></header>
<div id="content"></div>
<aside></aside>
<footer>
<ul>
<li></li>
</ul>
</footer>
現在我想以精確地放置頁腳在左上角:
text-align: left;
position: fixed;
bottom: 0;
margin: -16px -8px;
現在是負的邊緣不最好的解決方案。 有沒有更好的方法直接在角落定位頁腳?
問候
是什麼瀏覽器您使用? http://jsfiddle.net/wyrju/在chrome上剪切測試文本。沒有負邊距就沒問題了。 – 2012-04-25 13:19:01
映射時出現了錯誤(頁腳和頁腳之間的頁邊距ul) – bodokaiser 2012-04-25 13:48:31