修复后台位置不能在Firefox中工作

时间:2014-04-01 06:55:52

标签: css firefox

<td width=100% style="vertical-align:baseline;height:500px;background-color:#fff;background:url('hjadshjkwqueqejbjbqwbeg110054roads.jpg') no-repeat fixed;background-size:cover;background-color:#fff">

此问题仅在Firefox中遇到。
任何帮助,将不胜感激。 :)

1 个答案:

答案 0 :(得分:1)

我在你的代码中发现了一些失败。再试一次。

<td style="width: 100%; background-color: #FFFFFF; vertical-align:baseline; height:500px; background: url('path/to/you/image.png') no-repeat center center fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;">