Harshal Gajjar
Harshal Gajjar

Reputation: 265

Background position fixed not working in 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">

This problem is only being faced in Firefox.
Any help would be appreciated. :)

Upvotes: 1

Views: 649

Answers (1)

asd
asd

Reputation: 138

I had found some fails in your code. Try again.

<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;">

Upvotes: 2

Related Questions