Hi,
Im IE: Kein Problem. Das Div schliesst das gesamte Formular wie geplant ein. Sieht also gut aus.
Im Mozilla(1.6 und 1.7 Beta): Problem. Das Div hört unterhalt des letzten Eingabefeldes auf. Es sieht so aus, als wenn der Mozilla bei einem Button das Div nicht vergrößert. Das sollte aber so sein...
hat der Button ein float?
div#content {
position : static;
left : 10px;
top : 10px;
left und top sind nur für positionierte Elemente gültig, d.h. solche, die bei position einen Wert ungleich static haben.
background-color : #f0f0f0;
border-color : #c0c0c0;
border-style : solid;
border-right-width : 1px;
border-left-width : 1px;
border-top-width : 1px;
border-bottom-width : 1px;
Warum einzeln und nicht zu border-width: 1px; zusammengefaßt?
width : 700px;
height : suto;
suto ist kein sinnvoller Wert für height.
cu,
Andreas
MudGuard? Siehe http://www.Mud-Guard.de/
Fachfragen per E-Mail halte ich für unverschämt und werde entsprechende E-Mails nicht beantworten. Für Fachfragen ist das Forum da.