lunes, 20 de mayo de 2013

How do I make a semi transparent background? - css3


use rgba()

.transparent{
background:rgba(255,255,255,0.5);
}
This will give u 50% opacity while the content of the box will continue to have 100% opacity.

No hay comentarios:

Publicar un comentario

Entradas populares