Le menu deroulant double la hauteur de ligne de mon tableau

Le menu deroulant double la hauteur de ligne de mon tableau - HTML/CSS - Programmation

Marsh Posté le 24-09-2003 à 14:50:55    

J'ai un bleme avec le code ci-dessous, du html dans une page de header en php : soit un tableauavec 1 ligne et 2 colonnes (1 pour du texte ; et l'autre à droite pour y placer un menu deroulant)
 
-> qd j'ajoute le code "menu deroulant" dans la cellule de droite, la tableau double de hauteur (genre 2 lignes)
Question : comment faire en sorte que la hauteur du tableau equvale à "une ligne" ?
 
Ian  
 
 

Code :
  1. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=1 bordercolor="#FF9E00">
  2.         <TBODY>
  3.         <TR BGCOLOR="#FF9E00">
  4.           <TD vAlign=center align=left width="60%">
  5.             <FONT face="Verdana, Arial, Helvetica, sans-serif" font color="#FFFFFF" size=2>&nbsp;
  6.            <A href="http://www.??.org"><B>??.org</B></A>
  7.             &gt; <b>Description</b></FONT></TD>
  8.           <TD vAlign=center align=right width="40%"><FORM>
  9. <SELECT NAME="forum" SIZE="1">
  10. <OPTION SELECTED VALUE="">------- Tous les forums -------
  11. <OPTION VALUE="http://membres.lycos.fr/">Actualité du métier
  12. <OPTION VALUE="http://membres.lycos.fr/">[CAT1]
  13. <OPTION VALUE="http://membres.lycos.fr/">- - - - - - ->12
  14. <OPTION VALUE="http://membres.lycos.fr/">- - - - - - ->13
  15. <OPTION VALUE="http://membres.lycos.fr/">- - - - - - ->supérieur/concours
  16. <OPTION VALUE="http://membres.lycos.fr/">- - - - - - ->interdisciplinaire
  17. <OPTION VALUE="http://membres.lycos.fr/">[Cat2]
  18. <OPTION VALUE="http://membres.lycos.fr/">- - - - - - ->22
  19. <OPTION VALUE="http://membres.lycos.fr/">- - - - - - ->23
  20. <OPTION VALUE="http://membres.lycos.fr/">[blabla]
  21. </SELECT><INPUT TYPE="button" VALUE="Go"
  22.   onClick="if (form.forum.selectedIndex != 0)
  23.       location = form.forum.options[form.forum.selectedIndex].value;
  24.     else
  25.       alert('Veuillez choisir un forum.')">
  26. </FORM></TABLE></TR></TBODY></TABLE></TD>


---------------
Ian, member of Bitonio's way of life.
Reply

Marsh Posté le 24-09-2003 à 14:50:55   

Reply

Marsh Posté le 24-09-2003 à 15:07:01    

<form style="margin:0; padding:0;">

Reply

Marsh Posté le 24-09-2003 à 18:19:51    

fastclemmy a écrit :

<form style="margin:0; padding:0;">


 
Merci bcp fastclemmy  :jap:  :jap:  :jap:


---------------
Ian, member of Bitonio's way of life.
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed