これは私のページです: http://emresanli.com/sungerbob/
ファンシーボックスのiframeを開くまで、すべてが正常です。ご覧のとおり、レスポンシブ レイアウトは横滑りしています。なにが問題ですか?
これは私のページです: http://emresanli.com/sungerbob/
ファンシーボックスのiframeを開くまで、すべてが正常です。ご覧のとおり、レスポンシブ レイアウトは横滑りしています。なにが問題ですか?
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;
}