liebe leute,
ich hab ein Problem mit einem inputtag type=image in einer Tabelle.
Es macht die Zellenhöhe etwa 30 px hoch,obwohl das Bild drin nur 16 pixel hoch ist.
Hat ein <input type="image"..> noch irgentwelche Ränder oder sonstwas, was Platz einnimmt. Und wie kann ich das abschalten.
Das Form drumherum muß sein. Hab per CSS schon einiges versucht,wegen festen Höhen und dislay:inline, jetzt bin ich ratlos.
Beispielcode: gehört ein bild mit 16 pixel höhe rein
<table cellspacing= "0" cellpadding="0" border="1">
<tr >
<td>
100003700
</td>
<td>
</td>
<td >
<form name="humanResourceSearchForm" method=
"post" action="/pafred/searchhr.do" >
<input type="hidden" name="op" value=
"select">
<input type='hidden' name='id'
value='100003700'><input type="hidden" name=
"id" value="select"><input type="hidden"
name="target" value="main"><input type=
"hidden" name="form" value=""><input type=
"hidden" name="property" value="">
<input
type="image" name="" src=
"images/projectAssistant/16x16simpleBlue/b_selectHuman.gif"
alt=
"Select Human Resource">
</form>
</tr>
</table>
Vielleicht weiß ja jemand weiter.
Tschüß
Isabel