Goaly
Das ist mein Code:
<a href="http://forum.craftnation.de" onmouseover="txtinfo('hallo Board!')" onmouseout="txtinfo('')">
<img src="Bilder/Hauptseite-%282%29_03.gif" width="111" height="60" border="0" alt=""></td></a>
Nun soll aber das Textfeld höher sein. Wie schaffe ich das?
So sieht es zur Zeit aus.:

TroX
| Zitat: |
Original von Goaly
<a href="http://forum.craftnation.de" onmouseover="txtinfo('hallo Board!')" onmouseout="txtinfo('')">
<img src="Bilder/Hauptseite-%282%29_03.gif" width="111" height="60" border="0" alt=""></td></a>
|
ich sehe nichts von einem inputfeld.
geKcore
Im normalfall mit dem attribut height = blabla
aber am beste isses mit css.
| php: |
1:
|
<?php <input style="height: 200px" > ?> |
|
Goaly
| Zitat: |
Original von TroX
| Zitat: |
Original von Goaly
<a href="http://forum.craftnation.de" onmouseover="txtinfo('hallo Board!')" onmouseout="txtinfo('')">
<img src="Bilder/Hauptseite-%282%29_03.gif" width="111" height="60" border="0" alt=""></td></a>
|
ich sehe nichts von einem inputfeld. |
Sorry...
<center><form name="txtform"> <input type ="text" name="txtfeld" height="50" size="10"></form></center>
Aber wie man sieht ist die Höhe weiterhin nur eine Textzeile... Wie muss ich das ändern?
Edit: Es beläuft sich auf diesem Script:
Mouse Over Textanzeige (ganz unten)