xmen: Porbleme in IE mit Anzeige und Frage FF bezüglich bg

Hallo,
Ich habe da ein Problem und zwar arbeite ich gerade an einer Homepage und el läuft eig. ganz gut doch jetzt treten ein paar Probleme auf und zwar sollte sich der Hintergrund bis zum footer-menu wiederholen. Doch das Problem liegt darin das das nur im FF hinhaut. Das nächste Problem das footer-menu wird im IE nicht im footer angezeigt hier der Code.

<html>  
<head>  
<!--Copyright by me alle Rechte vorbehalten>  
  
<![endif]-->  
  
<link rel=stylesheet type="text/css" href="css/css.css">  
</head>  
<body>  
<div id="home">  
	<div id="content">  
	  
			<div align="center">  
			<div id="repo1">  
			</div>  
				<div id="main" >  
					<div id="top">  
						<div id="topmenu">  
						menu  
						</div>  
					</div>  
					hahahahah  
				</div>  
			<div id="footer">  
			?  
			</div>  
			</div>  
				<div id="head">  
				</div>  
			  
</div>  
<script type="text/javascript" src="img/fixed.js"></script>  
</body>  
</html>
html, body {  
	margin:0;  
	padding:0;  
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size:11px;  
	color: #8a8a8a;  
	height: 100%;  
	  
}  
/*repo1*/  
#repo1{  
background:repeat url(../img/rep2.png);  
height:311px;  
width: 100%;  
  
}  
/*Main*/  
#main{  
background:repeat url(../img/bg1.png);  
height: 100%;  
width: 1000px;  
margin-top: -311px;  
}  
/*TOP*/  
#top{  
background:repeat url(../img/nbg.png);  
height:311px;  
width: 1000px;  
}  
#topmenu{  
height:19px;  
width: 1000px;  
padding-top: 292px;  
}  
/*fotter*/  
#footer{  
    background: url("../img/fotter.png") repeat scroll 0 0 transparent;  
    height: 19px;  
    position: fixed;  
    bottom: -1px;  
    width: 100%;  
	  
}  

Bitte um hilfe.
MFG

  1. Hi,

    hier der Code.

    <html>

    <head>

      
    Informiere dich als erstes darüber, was der Quirks Mode ist, und warum er zu vermeiden ist.  
      
    MfG ChrisB  
      
    
    -- 
    RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
    
    1. ja ich versthe schon was der Quirks Mode ist, aber warum soll dieser vermieden werden?

      Denke für deine Antwort

      1. Hi,

        ja ich versthe schon was der Quirks Mode ist, aber warum soll dieser vermieden werden?

        Wieso fragst du das, wenn du verstanden hast, was er ist?

        MfG ChrisB

        --
        RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
    2. So das Footer menu geht schon mal im IE Danke

      jetzt bräuchte ich nur noch das das sich der Hintergrund automatisch weiderholt auch ohne text-inhalt