铬背景图像显示

时间:2015-04-17 04:15:02

标签: html google-chrome parallax

我有一个使用下面代码的横幅。但是,在Google Chrome中,固定图像无法像在Firefox或Safari中那样正确显示。我想知道是否有一条我不知道的线。它是在wysiwyg编辑器中的HTML编码。

该网站是:http://javln1.mybigcommerce.com/

  padding: 10px 0px;
      overflow: hidden;
      background-image: url(https://cdn3.bigcommerce.com/s-yycscdze/product_images/uploaded_images/javln-auckland-skyline.png?t=1427668332);
      background-attachment: fixed;
      background-color: rgb(39, 46, 55);
      background-size: cover;
      background-position: 50% 218.8px;
      background-repeat: no-repeat;

1 个答案:

答案 0 :(得分:0)

尝试为background-position属性分配两个百分比值。例如:

background-position: 50% 100%;