my BG doesn't load in FIREFOX?
<div id="wrapper">
<div id="head">
<img src="images/png/xxxx.png" alt="xxx Logo" />
<div id="info-call"><img src="images/png/xxxx.png" alt="call-center" /></div>
</div>
<div id="navigator"><img src="images/xxx/left-nav.png" alt="navigation" class="left" /><img src="images/xxx/right-nav.png" class="right" alt="navigation" /></div>
</div>
This is the HTML it is on DOCTYPE strict the problem is on NAVIGATOR!
.left{ float:left; }
.right{float:right; }
#navigator{background:url(../images/xxx/navigator.jpg) repeat-x; margin-top:2px; width:100%; height:53px; }
This is the CSS whats the prob man? (IT IS NOT THE WHOLE CSS)
Thanks