Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サイトの固定フッターを作成しようとしていますが、何らかの理由でオーバーフローが機能せず、コンテンツがスクロールしません。これが私のコードです:
<div id='footbar' style="bottom: 0;left: 0;width: 100%;min-width: 800px;position: fixed;background-color: red;border-top: 1px solid black"> Context </div>
これは純粋なcssでは不可能です。
固定位置を使用すると、要素がブラウザのビューポートに固定されます。
javascriptまたはjQueryが必要になります。