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?