Hi Leute! Habe ein kleines Problem!
Das Problem ist diesmal wirklich klein; Genauer sogar nur 1px!
Seht selbst:
Source sieht so aus:
Stylesheet:
Kann mir jmd sagen wie ich das Pixel los werde? (Beide inputs sollten ganz oben sein, damit ich mit "margin-top" arbeiten kann.)
Danke schon mal vorab!
Das Problem ist diesmal wirklich klein; Genauer sogar nur 1px!
Seht selbst:
Source sieht so aus:
PHP-Code:
<form method="post" action="index.php">
<TABLE WIDTH="180" HEIGHT="20" ALIGN="left" VALIGN="top" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD WIDTH="150" HEIGHT="20" ALIGN="right" VALIGN="top">
<input class="topstuff" name="username" type="text" id="username" value="Username">
<input class="topstuff" name="userpass" type="password" id="userpass" value="Passwort">
PHP-Code:
.topstuff {
background-color: #F6F6F6;
font-family: Verdana, Arial, sans-serif;
font-size: 7pt;
font-weight: normal;
border: 1px solid #9A9A9A;
height: 14px;
width: 70px;
margin-top: 0px;
margin-right: 0px;
spacing: 0px;
padding-top: 0px;
vertical-align: top; }
Kann mir jmd sagen wie ich das Pixel los werde? (Beide inputs sollten ganz oben sein, damit ich mit "margin-top" arbeiten kann.)
Danke schon mal vorab!
Kommentar