Hello out there!
?? Welcher Verweis?
Der Verweis von #Textteil zu der CSS-Datei:
?? Hä? (Großes Fragezeichen) Was meinst du?
<div id="Textteil" style="position:static; width:630px; height:390px; z-index:1; overflow: auto;">
Warum steht das immer noch im style-Attribut und nicht im zentralen Stylesheet?
Die Angabe 'position:static' kannst du auch sparen; das ist sowieso der Ausgangswert. [CSS2 §9.3.1]
Die Angabe 'z-index:1' kannst du auch sparen; das kann gar nicht angewendet werden.
„'z-index' […] Angewendet auf: Positionierte Elemente“ [CSS2 §9.9.1]
„Ein Element ist positioniert, wenn seine 'position'-Eigenschaft einen anderen Wert als 'static' hat.“ [CSS2 §9.3.2]
<table width="614" border="0" cellspacing="0" cellpadding="0">
Warum diese HTML-Attribute, wenn du Darstellungsangaben mit CSS machst?
See ya up the road,
Gunnar
“Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)