background transparent

Mettre un background transparent

Comment mettre une couleur de fond transparente en css

background transparent, css transparent background, fond transparent css, css fond transparent, couleur transparent css

Date de publication : 2010-05-21 08:15:51

En css lorsque plusieurs éléments se superposent il peut être utile de mettre un background en transparent.

Pour mettre en transparent une couleur de fond nous pouvons utiliser la propriété css background :


.maclasse {
background:transparent;
}

Ou encore directement la propriété background-color pour mettre une couleur de fond transparente :


.maclasse {
background:transparent;
}


Image : phil h

 
 

b1n@sp1n