• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Overflow und Scrollbar Problem

Oldy

Neues Mitglied
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
 
Werbung:
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;}

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

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

kann man auch so schreiben:
Code:
padding:10px;
Die Angabe gilt dann für alle 4 Seiten! Das Gleiche gilt für margin.
 
Werbung:
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
 
Zurück
Oben