1

サイドバーのあるページがあります。机がある。テーブルの大きさに関係なく、画面の下部に 1 行を表示したい。この線は表と同じ幅にする必要があります。

これが私が試したものですが、成功しませんでした:

<div style="width: 100%; position: relative;">
    <table>
           ...
    </table>

    <!-- this div will be width as whole page, not as table -->
    <div style="width: inherit; position: fixed; bottom: 0;">Wuah!</div>
</div>

動作させるためのアドバイスを教えてください :) これが実際
の例です。サイドバーが含まれています: http://other.dttrading.sk/orders.htm

4

2 に答える 2