0

这是我的页面:http ://emresanli.com/sungerbob/

一切正常,直到打开一个fancybox 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 回答