0

我知道之前有人问过这个问题,并且我已经能够模糊 div 标签后面的内容,但是当背景居中时,Blur.js 不会发现背景已经居中并继续模糊它,就好像背景一样是全尺寸的图像。

问题可以在这里看到:http: //home.josephftaylor.com/cadets/

4

1 回答 1

0

看起来像一些与背景不合作的错误:center no-repeat here's example when I put

        #container{
            position: absolute;
            background: url(bg.jpg);
            width: 100%;
            height: 100%;
        }

它工作正常,我不知道你为什么放背景:固定,目的是什么?

例子

于 2013-09-29T14:49:52.817 回答