[CSS] transaparence
Résolu/Fermé
A voir également:
- [CSS] transaparence
- Enlever le soulignement d'un lien css ✓ - Forum CSS
- Background color css ✓ - Forum CSS
- Comment créer un lien non souligné ✓ - Forum Réseaux sociaux
- Css retour à la ligne - Forum CSS
- Css download - Télécharger - HTML
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;
}