USA Mike a écrit :
Bonjour,
j'ai une image .png (même .gif) ayant un fond transparent (j'en suis certains)
J'ai un tableau dont le style est redéfini par une CSS. (la balise TABLE, TR et TD ont leur propriété background modifiée dans la css)
pourquoi quand je mets une image dans le tableau, la transparence n'est pas prise en compte dans ie6, ni dans mozilla ???? Une autre couleur est mise à la place qui ne provient pas de ma css.
par contre Dreamweaver, me l'affiche bien en mode création (pas en preview :-( )))
où est le problème ?
mes css :
Code :
- table.entete {
- font-weight: bold;
- padding: 3px;
- margin: 0px;
- font-family: arial, helvetica, sans-serif;
- font-size: 12px;
- color: black;
- width: 100%;
- text-align: center;
- background-color: #004080;
- }
- tr.entete {
- text-align: center;
- background-color: #3399CC;
- font-weight: bold;
- text-transform: capitalize;
- color: #FFFFFF;
- font-size: 12px;
- }
|
|