0

これは私のページです: http://emresanli.com/sungerbob/

ファンシーボックスのiframeを開くまで、すべてが正常です。ご覧のとおり、レスポンシブ レイアウトは横滑りしています。なにが問題ですか?

4

1 に答える 1

0

CSS「style.css」ファイルを次のように変更します。

body {
    background: #fef752 url(images/bg.jpg) no-repeat fixed center center;
    color: #666;
    font: 85%/140% Arial, Helvetica, sans-serif;
    width: 1000px;
    max-width: 96%;
    margin: 0 auto;
    cursor: url(images/spongebob.gif), auto;
}

これに:

body {
    background: #fef752 url(images/bg.jpg) no-repeat fixed center center;
    color: #666;
    font: 85%/140% Arial, Helvetica, sans-serif;
    cursor: url(images/spongebob.gif), auto;
}
于 2013-02-21T11:29:08.253 に答える