今回はCSSを使ってdivやtableを指定した位置に固定する方法を紹介します。 cssを使ってdivやtableを指定した位置に固定するための注意点は何ですか?一見。
.bottomTable{ background-color: rgb(249,249,249); z-index:99999999; position:fixed; bottombottom:0; left:0; width:100%; _position:absolute; /* for IE6 */ /* _top: expression(document.body.scrollTop+document.body.clientHeight-this.offsetHeight); */ _top: expression(document.body.scrollTop+document.body.clientHeight-this.offsetHeight-6); /* for IE6 */ overflow:visible; }
HTMLの基礎知識、ハイパーリンク設定のスタイルを詳しく紹介
以上がCSSでdivやtableを指定位置に固定する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。