Hi Ole,
zum zentrieren siehe:
https://forum.selfhtml.org/?t=89079&m=531748
Ja supi, du bist ein Schatz. :-)
warum gibst du [3] nicht einfach ein float (siehe selfHTML) mit?
Float hatte ich sogar schon ausprobiert, ist ja auch eigentlich die erste Idee, aber das funktionierte aus irgendeinem Grund nicht. Das hatte sich wohl mit einem anderen Fehler kombiniert.
Mozilla macht es jetzt jedenfalls, aber der IE schiebt es in die nächste Zeile:
--3--
| |
| |
| |
----- ---------4-----------
| |
| |
| |
---------------------
Habe ich denn noch irgendetwas falsch angegeben:
#Kapitelmenue{
position:relative;
float:left;
border:1px solid #000000;
width:200px;
text-align:left;
vertical-align:top;
text-decoration:none;
font-family:arial, helvetica, sans-serif;
font-size:12px;
color:#000000;
}
#Textbereich {
position:relative;
border:1px solid #ff0000;
left:200px;
width:575px;
text-align:left;
vertical-align:top;
text-decoration:none;
font-family:arial, helvetica, sans-serif;
font-size:12px;
color:#000000;
}
Watt iss nu noch falsch?
Conny