Home > Windows > Opera > ver.9 Under html要素に下パディングを設置できない

html要素に下パディングを設置できない

html要素に下パディングを設定しても実際にはパディングが設置されない。

例示

<style type="text/css">
<!--
html {
    margin-bottom: 0;
    padding-bottom: 10em;
}
body {
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 2px dotted red;
}
-->
</style>

ページ下端の赤い点線ボーダーの下に10emの空間ができるはずです。

実際の表示については検証ページをご覧ください。

スクリーンショット

N7N7.02での表示(標準モード)

Op7Opera7.11での表示(標準モード)

修正状況

  • Opera7.11標準モード、Opera7.11互換モードで不具合の発生を確認しました。
  • Opera6.06、Opera7.21でこの不具合は発生しないようです。

Home > Windows > Opera > ver.9 Under html要素に下パディングを設置できない

Search
オススメ書籍
Feeds

Return to page top