[CSS] transaparence
Résolu/Fermé
A voir également:
- [CSS] transaparence
- Background color css ✓ - Forum CSS
- Taille bouton css - Forum HTML
- Enlever le soulignement d'un lien css ✓ - Forum Réseaux sociaux
- Css download - Télécharger - HTML
- Enlever le soulignage des lien. - Forum CSS
1 réponse
bon j ai résolu moi même mon problème en le contournant
j ai mi une image de fond transparente, voir:
http://img341.imageshack.us/img341/2840/opacitmx4.jpg
ce qui change en CSS:
#divTexte
{
position:absolute;
top: 20px;
bottom: 20px;
width:600px;
background-image: url(../images/Transparent30black.png);
background-repeat: repeat;
}
j ai mi une image de fond transparente, voir:
http://img341.imageshack.us/img341/2840/opacitmx4.jpg
ce qui change en CSS:
#divTexte
{
position:absolute;
top: 20px;
bottom: 20px;
width:600px;
background-image: url(../images/Transparent30black.png);
background-repeat: repeat;
}