Hallo hab noch 2. Probleme mit CSS und dem IE (Im Firefox gehts).
Problem 1: Link
Warum ist im IE die Messagebox verschoben. Wenn ich die CSS anpasse, das es passt, ist es im Firefox um den selben wert verschoben.
Problem 2:
Link Warum sin im IE die Unterstriche innerhalb des Satzspiegels? Und warum ist die Letzte Zeile eingerückt?
mfg
möp
Problem 1: Link
Warum ist im IE die Messagebox verschoben. Wenn ich die CSS anpasse, das es passt, ist es im Firefox um den selben wert verschoben.
PHP:
<div class="middle">
<form action="submit.php3" method="post">
<div class="headline">_kontakt</div>
<div class="menu">
<br>
Name:<br>
<input name="name" value=""><br>
E-Mail:<br>
<input name="from" value="">
Betreff:<br>
<input name="subject" value="">
</div>
<div class="content">
<textarea rows=6 cols=40 name="message"></textarea>
<input type="submit" name="E-Mail senden" class="button" value="senden">
<input type=hidden name="copy" value="© by nolty productions">
</div>
</form>
</div>
PHP:
.middle {
position: relative;
margin-top: -203px;
margin-left: 382px;
width: 537px;
height: 146px;
background-color: #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
color: #000000;
}
.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #0066CC;
}
.menu {
position: absolute;
margin-top: 15px;
margin-left: 10px;
width: 179px;
}
.content {
position: absolute;
margin-top: -12px;
margin-left: 190px;
width: 180px;
height: 146px;
}
Problem 2:
Link Warum sin im IE die Unterstriche innerhalb des Satzspiegels? Und warum ist die Letzte Zeile eingerückt?
PHP:
.indent {
text-indent: -6px;
margin-left: 6px;
}
mfg
möp