Hallo Leute,
ich möchte in einem Bereich 2 Textfelder untereinander darstellen und zwar wenn möglich direkt oder nur mit ein paar Pixeln Abstand. Geht mit IE aber leider nicht mit FF.
Da ich dies auch mit CSS nicht hinbekommen habe, habe ich eine unsichtbare Tabelle um das eine Textfeld gezogen, da ich dachte nun kann ich einfach unter derTabelle das andere Textfeld zeigen. Aber leider zeigt das der Firefox nicht richtig an. Weiß jemand da Rat ??
Vielen vielen Dank, bin echt am verzweifelt...
gruß,florian
hier mein code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>bei</title>
</head>
<body>
<table border="0" width="25%" style="border-collapse: collapse" id="table11" height="83">
<tr>
<td height="45">
<form action="http://okapiagate.picturemaxx.com/index.php" method="post">
<p align="center">
<font face="Arial" size="1" >
<input type="text" name="SEARCHTXT1" id="SEARCHTXT1" value="Suchbegriff" size="15" style="color: #464646; font-family: Arial; font-size: 7pt" onfocus="this.value='';" />
<input type="submit" name="SEARCH1" id="SEARCH" value="Picturemaxx" style="border:1px outset #808080; font-family: Tahoma; font-size: 9; background-color: #FFCC00; width:72; height:19"></font></td>
<input type="hidden" name="SEARCHMODE" id="SEARCHMODE" value="NEW">
<input type="hidden" name="TABNAV" id="TABNAV" VALUE="SEARCH">
</form>
</tr>
<tr>
<td>
<form action="http://tst" method="get" target="_new">
<p align="center">
<input type="hidden" name="id" value="">
<input type="hidden" name="suche" value="">
<input type="hidden" name="land" value="alle">
<input type="text" name="phrase" id="SEARCHTXT2" value="Suchbegriff" size="15" style="color: #464646; font-family: Arial; font-size: 7pt" onfocus="this.value='';" />
<input type="submit" name="SEARCH" id="SEARCH" value="Fotofinder" style="border:1px outset #808080; font-family: Tahoma; font-size: 9; background-color: #FFCC00; width:72; height:19">
<font color="#808080" size="1">
</font>
<font color="#555555" style="font-size: 7pt" face="Tahoma">Mit Firefox ist zwischen
den Feldern ein großer abstand....</font>
</table>
<p align="center">und so ohne Box bekomme ich die beiden auch nicht zusammen;
</p>
<p align="center"></p>
<font face="Arial" size="1" >
<div class="beispiel">
<form action="http://test.php" method="post">
<p align="center">
<input type="text" name="SEARCHTXT1" id="SEARCHTXT1" value="Suchbegriff" size="15" style="color: #464646; font-family: Arial; font-size: 7pt" onfocus="this.value='';" />
<input type="submit" name="SEARCH1" id="SEARCH" value="Pxx" style="border:1px outset #808080; font-family: Tahoma; font-size: 9; background-color: #FFCC00; width:72; height:19"></font>
<input type="hidden" name="SEARCHMODE" id="SEARCHMODE" value="NEW">
<input type="hidden" name="TABNAV" id="TABNAV" VALUE="SEARCH">
</p>
</form>
<div class="beispiel">
<form action="http:/test" method="get" target="_new">
<p align="center">
<input type="hidden" name="id" value="">
<input type="hidden" name="suche" value="">
<input type="hidden" name="land" value="alle">
<input type="text" name="phrase" id="SEARCHTXT2" value="Suchbegriff" size="15" style="color: #464646; font-family: Arial; font-size: 7pt" onfocus="this.value='';" />
<input type="submit" name="SEARCH" id="SEARCH" value="For" style="border:1px outset #808080; font-family: Tahoma; font-size: 9; background-color: #FFCC00; width:72; height:19"><font color="#808080" size="1">
</font>
<font face="Tahoma"><font color="#555555" style="font-size: 7pt"> Bestellen per </font>
<font color="#808080">
<a href="mailto:info@okapia.de">
<font color="#555555" style="font-size: 7pt">eMail</font></a><font color="#555555" style="font-size: 7pt"> - </font> </font>
</font>
</body>
</html>