tengo este div que le he puesto gradiente pero la imagen llamada casa no me la muestra.
HE tratado de ponerme de ultia de primera y en otros lugares, y me aparece a veces pero entonces el gradiente deja de funcionar, espero alguien me pueda yudar a que funcione todo.
Código PHP:
.header2index{
background:url(images/casa.png) no-repeat 780px 5px;
background-color: #66b5e2;/* Old browsers */
background: -moz-linear-gradient(left, #66b5e2 0%, #0090dd 25%, #66b5e2 54%, #0090dd 81%, #66b5e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#66b5e2), color-stop(25%,#0090dd), color-stop(54%,#66b5e2), color-stop(81%,#0090dd), color-stop(100%,#66b5e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #66b5e2 0%,#0090dd 25%,#66b5e2 54%,#0090dd 81%,#66b5e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #66b5e2 0%,#0090dd 25%,#66b5e2 54%,#0090dd 81%,#66b5e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #66b5e2 0%,#0090dd 25%,#66b5e2 54%,#0090dd 81%,#66b5e2 100%); /* IE10+ */
background: linear-gradient(to right, #66b5e2 0%,#0090dd 25%,#66b5e2 54%,#0090dd 81%,#66b5e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b5e2', endColorstr='#66b5e2',GradientType=1 ); /* IE6-9 */
height:400px;
margin: 0px;
padding: 0px;
width:100%;
}
Salu2