hallo forum,
ich habe eine tabelle, in der ein kleines formular eingebunden ist. die eingabefelder und den submit formatiere ich mittels css. beim netscape 7.01 sieht das alles richtig gut aus, beim ie allerdings wird die zelle in die breite gezogen, wobei natürlich das ganze layout zerstört wird. bin leider css-newbie und blicke es nicht ...
vielleicht kann ja hier jemand helfen
body{
background-color : #FFFFFF;
font-family : "Verdana", "Arial", "Helvetica";
font-size: small;
color:#000000;
}
.eingabe_login_input {
font-size: small;
color: #5A5A78;
background-color: #ffffff;
border-top-color: #5A5A78;
border-left-color: #5A5A78;
border-right-color: #5A5A78;
border-bottom-color: #5A5A78;
}
ich habe eine tabelle, in der ein kleines formular eingebunden ist. die eingabefelder und den submit formatiere ich mittels css. beim netscape 7.01 sieht das alles richtig gut aus, beim ie allerdings wird die zelle in die breite gezogen, wobei natürlich das ganze layout zerstört wird. bin leider css-newbie und blicke es nicht ...
vielleicht kann ja hier jemand helfen
PHP-Code:
print " <tr>\n";
print " <td bgcolor='#5A5A78'><img src='images/transparent.gif' width='1' height='1'></td>\n";
print " <td></td>\n";
print " <td><input type='text' name='username' size='10' maxlength='100' value='' class='eingabe_login_input'></td>\n";
print " <td bgcolor='#5A5A78'><img src='../images/transparent.gif' width='1' height='1'></td>\n";
print " </tr>\n";
background-color : #FFFFFF;
font-family : "Verdana", "Arial", "Helvetica";
font-size: small;
color:#000000;
}
.eingabe_login_input {
font-size: small;
color: #5A5A78;
background-color: #ffffff;
border-top-color: #5A5A78;
border-left-color: #5A5A78;
border-right-color: #5A5A78;
border-bottom-color: #5A5A78;
}
Kommentar