[RESOLU] Menu deroulant

Eléphanteau du PHP | 47 Messages

13 nov. 2012, 19:04

Bonjour

j'ai chercher un peut partout sur google etc mais je n'arrive pas a trouver

voila mon soucis est que sur certains bouton de mon menu je veux qui en ai quelque un qui on une liste déroulante
j'ai crée mes bouton image etc . Mes ou la je bloque c'et sur la mise en place sur mon code actuellement
car les tuto que j'ai trouver c'et sans ( bouton image ) donc je pense que du coup ce n'ai pas le même codage

voici mon code actuellement :
		<div class="menu">
<table id="Tableau_01">

	<tr>
		<td> 
		<a href="mon lien">
			<img src="mon image" width="114" height="28" alt=""></a></td>

		<td>
		<a href="mon lien">
			<img src="mon image" width="114" height="28" alt=""></a></td>

		<td>
                  <a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
		<td>
		<a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
		<td>
		<a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
			
		<td>
		<a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
		<td>
                <a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
		<td>
		<a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
		<td>
                 <a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>
		<td>
		<a href="mon lien">
			<img src="mon bouton" width="114" height="28" alt=""></a></td>


</tr>
	
</table>
</div>
Merci

thebarbarius
Invité n'ayant pas de compte PHPfrance

14 nov. 2012, 13:56

<input type="image" src="tonimage_ici" onclick="sublit()"