1

しばらくの間、自分のサイトの CSS の問題を修正しようとしましたが、うまくいきません。

この URL http://www.housekeys.co.uk/register.aspはクロムでは問題ありませんが、IE と Firefox では水平スクロール バーと垂直スクロール バーが表示されますが、その理由がわかりません。

誰でも私を正しい方向に向けることができますか!

ありがとう

ロビン

4

3 に答える 3

0

You have a 100% high div (the one with #container) and then another div below that (#footer).

My guess is you wanted to put the #footer inside the #container, below #main.

于 2013-08-25T12:35:42.603 に答える
0

丁目でも見かけます

私はそれが良いと思います

#main {
overflow-y: auto; // show if scrollbar required
overflow-x: hidden; //never show X scrollbar
background: #FFFFFF none repeat scroll 0%;
height: 100%;
}
于 2013-08-25T12:37:22.860 に答える