Hehe erstmal Danke! Zur Info -> Hatte das vorher schon durchgelesen nur als ich das Problem später wieder behandelt hatte vergessen!
Jetzt--> werd ich wahnsinnig :D
Also als es beim ersten ma nicht geklappt hab, hab ich es sogar noch genauer gemacht:
div#wrapper {
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
width: 800px;
border: 1px solid #9e9e9e;
background-color: #FFFFFF;
padding: 3px;
}
------------------------------------
http://gabriel.redio.de
Klappt trotzdem nicht?!?! :(
hier zur Sicherheit ma die Body Klasse - liegts dadran?
body {
margin: 0px;
height: 100%;
padding: 0px;
font-family: Arial, Helvetica, Sans Serif;
line-height: 120%;
font-size: 11px;
color: #333333;
background: #CCCCCC;
}
html {
height: 100%;
}