CSS :hover

Résolu/Fermé
ben85350 Messages postés 610 Date d'inscription vendredi 30 mai 2008 Statut Membre Dernière intervention 2 avril 2013 - 15 sept. 2008 à 21:29
gigaga Messages postés 2346 Date d'inscription vendredi 20 juin 2008 Statut Membre Dernière intervention 22 août 2014 - 15 sept. 2008 à 21:36
Bonjour,
je vous explique mon problème lié au css :
j'ai un tableau du type
<table>
     <tr id=list>
           <td> blabla 1 </td>
           <td>  blabla 2</td>
           <td><textarea name=blabla>  blabla3 </textarea></td>
     </tr>
     <tr>
      .....
       ....
</table>


Dans mon fichier css j'ai ceci
tr#list:hover{
	background-color: #E5E5E5;
}

Ce qui permet au survol de chaque ligne de changer de couleur de fond. Le problème est qu'il ne change pas pour les textarea. Et je ne voie pas comment faire ... Donc si vous avez une solution je suis preneur !
Merci

1 réponse

gigaga Messages postés 2346 Date d'inscription vendredi 20 juin 2008 Statut Membre Dernière intervention 22 août 2014 301
15 sept. 2008 à 21:31
Et avec ça??


<table>
<tr id=list>
<td> blabla 1 </td>
<td> blabla 2</td>
<td><textarea name=blabla style="background:none;"> blabla3 </textarea></td>
</tr>
<tr>
.....
....
</table>
0
ben85350 Messages postés 610 Date d'inscription vendredi 30 mai 2008 Statut Membre Dernière intervention 2 avril 2013 27
15 sept. 2008 à 21:36
Bien joué gigaga ça marche impek !
Merci pour ta rapidité !
0
gigaga Messages postés 2346 Date d'inscription vendredi 20 juin 2008 Statut Membre Dernière intervention 22 août 2014 301 > ben85350 Messages postés 610 Date d'inscription vendredi 30 mai 2008 Statut Membre Dernière intervention 2 avril 2013
15 sept. 2008 à 21:36
Pas de souci ;)
0