Bild-Ausrichtung
Wagi
- design/layout
Ich möchte für eine Weboberfläche die Adresszeile des IE nachmachen, bekomme aber die obere und untere begrenzung des Textfeldes nicht nahe genug ran. (auf 0 px abstand zum <input>)
adress_top.png ist die obere begrenzung des Textfeldes
adress_bottom.png die untere
adress_left.png ist die Grafik, in der 'Adresse' steht
goto_off.png ist der 'Wechseln Zu' Button
Vielen Dank für eure mithilfe
Source:
<TABLE width="400" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD colspan="3"><IMG src="Images/adress_top.png" width="100%" height="3"></TD>
</TR>
<TR>
<TD><IMG src="Images/adress_left.png" width="76" height="24"></TD>
<TD><INPUT type="text" name="address" size="100" style="border-top: black 1px solid; border-bottom: #D4D0C8 1px solid; border-left: none; border-right: none; font-family: Tahoma; font-size: 8pt; height: 18px;"></TD>
<TD><IMG src="Images/goto_off.png" width="95" height="24" name="goto"></TD>
</TR>
<TR>
<TD><IMG src="Images/adress_bottom.png" width="100%" height="3"></TD>
</TR>
</TABLE>
Hallo Wagi
<span style="line-height:0px"></span><!-- für NN 4 ->
<INPUT type="text" name="address" size="100" style="margin:0px;..."><span style="line-height:0px"></span><!-- für NN 4 ->
sollte helfen
Viele Grüße
Antje