I make a background via css

.header_big_f { height: 456px; display: block; margin-bottom: 10px; background: url(/web/img/fon.png) no-repeat center bottom; } 

Here it is in html so called.

 <div class="header_big_f"> </div> 

It works fine in all browsers (GC, IE, ME, Opera). But the Mozilla does not load the picture. Why is that. When I run it in the mozilla, I put it on the style and it writes there. Did not download the picture .. What is the problem?

  • Maybe Mozilla requires to write in quotes the way to the picture? And why do not you specify the width? - Danil Chugaev
  • width of the car, that is, what is the picture. in quotes as well. - Ilya Burmaka
  • the width of the car, that is, what the picture does not work for, and with what joy should it work? The webcam simply by default blocks the entire width of the width, and Mozil rolls up unclear where that year is ((OK, this is the lyrics. Set the width: 100%; or how much it needs, the back-edge does not convey the width of the image in it. - DaemonHK

0