Oh my good ! I have a problem in my new web-site. The css cmd margin-top:XXpx is no very good in FireFox Look here --> /*www.codeurconcept.com*/ (no backlink to this website, it's in work) PS : My web page is valid HTML and CSS (w3c) Do you have solution ?
Try this: #header{position:absolute;width:838px;*width:256px;min-width:838px;height:256px;padding:0;background-color:#ffffff;margin-top:15px;} Or #header{position:absolute;top:15px;width:838px;*width:256px;min-width:838px;height:256px;padding:0;background-color:#ffffff;margin:0px;}
try changing it to padding-top:12px; instead of margin-top on another note, your style sheet is a mess.