0
這是我的頁面:http://emresanli.com/sungerbob/fancybox 2破壞了我的響應式佈局
一切都正常,直到打開fancybox iframe。正如你看到響應式佈局正在打滑。哪裏不對?
這是我的頁面:http://emresanli.com/sungerbob/fancybox 2破壞了我的響應式佈局
一切都正常,直到打開fancybox 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;
}
謝謝你Kannika。有用! – 2013-02-21 12:51:37
在你的身體CSS'保證金刪除這些屬性:0汽車;最大寬度:96%;寬度:1000px;' – Kannika 2013-02-21 11:26:59