Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/11/2010, 14:34
Anonimo12
 
Fecha de Ingreso: abril-2009
Ubicación: En foros del web, normalmente en Web general, HTML y CSS.
Mensajes: 258
Antigüedad: 15 años
Puntos: 3
Respuesta: SOS no se ve degradado horizontal

Prueba de la siguiente manera y comentas:

Código:
@import url("reseteo.css");

div#cabecera{
position: relative;
width: 800px;
height: 150px;
background: url(RUTA DE IMAGEN) #66ff66 repeat-x left bottom;
}

h1#cajaroja{
position: absolute;
left: 40px;
top: 10px;
width: 180px;
height: 200px;
background: #F00;
font-size: 35px;
letter-spacing: 0.2em;
/*font-weight: bold;*/
color: white;
font-family: Georgia, "Times New Roman", Times, serif;
border-left: 1px solid #CCC;
border-bottom: 1px solid #333;
}
Y como dice dargorg, cambiale el nombre a la imagen en tu hosting y escribe la nueva ruta en:

Código:
background: url(RUTA DE IMAGEN)
Saludos.
__________________
¿Por qué Anónimo?, porque como está el mundo no podemos considerarnos humanos...