porblem mit inputfeld in table
makese
- https
hallo
mein problem :
... wenn ich dem td eine höhe von 10px und dem inputfeld auch gebe ist das input feld so 1-2px kleiner wie der td bereich nebenan (auch die schrift ist nicht schuld die kann man raus lassen)
was ist hier los ?????
danke makese
code:
<TR>
<TD BGCOLOR="#996600" BORDERCOLOR="#CCCCCC" HEIGHT="10">
TEXT</TD>
<TD BORDERCOLOR="#996666" BGCOLOR="#99FF00" HEIGHT="10">
<INPUT TYPE="text" NAME="textfield" class="input">
</TD>
</TR>
.input {color: #EFEFF7;
height: 10px;
background-color: #242880;
border:0px solid #FF0000;
margin:0px;
margin-top:0px;
margin-bottom:0px}
Hi,
warum spammst DU?
ciao
romy
Hi,
warum spammst DU?
ciao
romy
weil ich nicht dran glaub das da unten noch jemand anwortet ...
werd mich zügeln ... hast du vieleicht ne antwort parad
gruß makese
Hi,
weil ich nicht dran glaub das da unten noch jemand anwortet ...
doch es wird Dir noch geantwortet! Nur Geduld!
werd mich zügeln ... hast du vieleicht ne antwort parad
ich habe noch eine Antwort parat
wenn der Inhalt einer Zelle grösser ist als die Zelle selbst dehnt sich diese mit aus. Dadurch dass du den TEXT nicht grössenmässig beschränkt hast, steht er glaube ich default auf 12px.
Beschränke also auch die Textgrösse der 1. Zelle
ciao
romy
... dachte ich auch erst
... mein problem tritt aber auch auf wenn man ne ganz normale tabelle mit einer zeile und einer spalte habe und in ihr ein inputfeld ... wenn der bg sagen wir rot ist sieht man oben und unten am inputfeld noch rot ... das inputfeld füllt die tabelle nicht aus
... aber warum ?????
gruß
makese
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD BGCOLOR="red" VALIGN="TOP">
<INPUT TYPE="text" NAME="textfield">
</TD>
</TR>
</TABLE>
Hallo,
Hoere auf Romy und lese im alten Thread weiter, da steht Deine Loesung.
Dieter
Hallo,
Hoere auf Romy und lese im alten Thread weiter, da steht Deine Loesung.
das ganze geschieht aber auch bei nur einer spalte und einer zeile mit nem inputfeld drin ....
wenn die table ne bg-farbe hat so sieht man diese ober-/unterhalb des inputfelds sprich das inputfeld füllt die tabele nicht aus ...
warum???
gruß makese
<HTML>
<HEAD>
<TITLE>Untitled Document</TITLE>
<STYLE TYPE="text/css">
<!--
.input {
padding-top:0;
margin-top:0;}
-->
</STYLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<TABLE WIDTH="100%" BORDER="0" vspace=0 CELLSPACING="0" CELLPADDING="0" class="input">
<TR>
<TD BGCOLOR="red" VALIGN="TOP" topmargin="0" padding="0"><INPUT TYPE="text" NAME="textfield" class="input">
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Hallo,
sag mal, hast Du eine akute Leseschwäche? Bitte mach im alten Thread weiter. In Worten: Bitte mach im alten Thread weiter.
Grüße,
Utz