|
[-Jarod-] 1732
| Posté : 12-01-2005 23:21
J'ai créé une classe ds ma CSS LIGNC que je souhaite utiliser ds la fonction opentable() (base sable) pour remplacer lignb
je souhaiterais avoir le fond transparent......
que dois je mettre comme background (code hexa) pour avoir mon fond transparent? |  Profil E-mail www
|
|
developpeur 24581
| Posté : 13-01-2005 18:03
background-color: transparent; |  Profil E-mail www
|
|
[-Jarod-] 1732
| Posté : 13-01-2005 20:07
marche pas !
pourtant
.LIGNC {
background-color: transparent;
color: #343D42;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
text-decoration: none;
}
et j'ai la couleur en fond de LIGNA |  Profil E-mail www
|
|
developpeur 24581
| |
[-Jarod-] 1732
| |
siem 486
| Posté : 14-01-2005 08:05
Peux-tu me donner le lien avec ta css utilisée, ou la portion de code HTML
En attendant, tu peux tester ça :
.lignc{
background-color: transparent;
color: #404040;
font-size:11px;
text-decoration:none;
}
.lignc table{
background-color: transparent;
}
.lignc td{
background-color: transparent;
}
.lignc tr{
background-color: transparent;
}
|  Profil www
|
|
[-Jarod-] 1732
| |