Return to Snippet

Revision: 4236
at November 11, 2007 11:36 by danideu


Initial Code
.element{
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/chapela.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.element[class]{
   background: url(images/chapela.png) no-repeat center center;
}

Initial URL


Initial Description


Initial Title
FONDO TRANSPARENTE CON IMAGEN PNG

Initial Tags
css

Initial Language
CSS