makese: porblem mit inputfeld in table

hallo

mein problem :

  • tabelle mit zwei spalten (in der einen text in der anderen ein  inputfeld)
  • erste spalte mit bg color
  • in der zweiten soll das inputfield die gleiche größe haben wie die bg der ersten spalte

... 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}

  1. Hi,

    warum spammst DU?

    ciao
    romy

    --
    DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
    ->Alles ist gut wenn es aus Schokolade ist
    sh:( fo:| ch:? rl:( br:& va:| zu:) ss:| ls:[
    1. 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

      1. 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

        --
        DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
        ->Alles ist gut wenn es aus Schokolade ist
        sh:( fo:| ch:? rl:( br:& va:| zu:) ss:| ls:[
        1. ... 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>

          1. Hallo,

            Hoere auf Romy und lese im alten Thread weiter, da steht Deine Loesung.

            Dieter

            1. 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>

              1. 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