Overflow und Scrollbar Problem

Hey Leute

Bin gerade an einem neuen Design für meine Bandhomepage. Im Internet Explorer und imn Firefox wird bei mir alles korrekt angezeigt. Sobald ich aber die Site im Safari anschaue verschwindet der Text und die Scrollbar verschiebt sich nach links.

Wäre froh wenn ihr mir helfen könntet.
Die Adresse ist: The Way - Band

Vielen Dank
Gruss Oldy

Hey,

[code]#content {margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
max-width: 600px;
height: 400px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
text-align: justify;
overflow: auto;
padding-right:10px;
border-top:2px solid #FFFFFF;
}

p {margin-top: 10px;
color: #FFFFFF;
font-size: 15px;
font-family: „times new romand“, serif;
list-style: none;}
[/code]

Versuch es mal mit width:600px; anstelle von max-width

padding-bottom: 10px; padding-top: 10px; padding-left: 10px; padding-right:10px;

kann man auch so schreiben:

padding:10px;

Die Angabe gilt dann für alle 4 Seiten! Das Gleiche gilt für margin.

Cool, danke dir für die schnelle Anwort. Werde es sobald ich zuhause bin ausprobieren…

So weit, so gut.
Jetzt wird der ganze Text angezeigt. Leider am falschen Ort. Der ganze Text beginnt jetzt dort, wo er eigentlich enden sollte. Breite würde stimmen, Höhe auch, nur die Position ist falsch.

Weiss da jemand rat?

Gruss Oldy