hey
ne so gehts auch nicht ... aber ich glaube ich hab generell ne Layouteinstellung falsch...
Wenn ich beim #overflow "position:absolute;" hinzfüge... gehts... ich glaube nur das ich mich mit dem ganze Designrumgefummle bei den "position"-Angaben ganz verwirrt hab.
Irgendwie hab ich nun im IE und Firefox kleine Probleme was die Zentrierung des Designs angeht...
Also das Scrollen funktioniert nun bei folgendem CSS ... und im Safari wird es auch alles richtig angezeigt... nur nicht mehr im IE und Firefox...
Code:
#header
{
border-bottom:2px solid #c6c6c6;
}
#wrapper
{
height:720px;
top:50%;
position:relative;
margin-top:-360px;
}
#main
{
width:1000px;
height:620px;
overflow:auto;
margin:0;
padding:0;
}
#left
{
margin-top:150px;
}
#footer
{
border-top:2px solid #c6c6c6;
}
#overflow
{
width:2500px;
height:600px;
position:absolute;
}