这是我的页面:http://emresanli.com/sungerbob/
一切正常,直到打开fancybox iframe。如您所见,响应式布局正在打滑。有什么问题?
答案 0 :(得分: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;
}