1

私は自分のウェブサイトにフッターを作りたいのですが、それを修正したいのです(常にボタンにあります)。動作していて問題ないように見えますが、コンテンツがいっぱいになると、私が与えたマージントップが表示されません. 助けてください、固定 div - margin-top を与える方法が必要です... ありがとう。

コード:

<div style="width: 100%; height: 100px; margin-bottom: 50px; background: red;">

</div>
<div style="width: 100%; text-align: center;">
    Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />Example of full div<br />
</div>
<div style="width: 100%; height: 50px; margin-top: 50px; background: blue; position: fixed; bottom: 0;">

</div>
4

2 に答える 2

1

スティッキーフッターを調べて、それを整理する必要があります。そして、本当にHTMLをCSSから分離する必要があり、フッターの場合はフッタータグを使用する必要があります。 http://ryanfait.com/sticky-footer/

于 2013-05-21T19:27:28.563 に答える