Hi all!
The background is displayed wrong in FireFox 3.0 and Safari but perfect in IE 7.0.
Can anyone see a fix for this?
Thanks!
Site: http://www.mission-planning.dk/
IE isn’t as “strict” as FF and safari.
You didn’t clear the float and still it stretches the borders of div#wrap.
At the end of your document, just before closing the your div#wrap, add this line
<span style=“clear:both; display:block;”></span>
that’s it..problem solved :)
All the best
OMG!
It works great!
Thank you very much vishwebdesign!
:)