Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/05/2014, 08:19
fersosa
 
Fecha de Ingreso: mayo-2014
Mensajes: 64
Antigüedad: 10 años
Puntos: 1
Información CSS validar para todos los navegadores

hola comunidad!
estoy tratando de hacer que mi diseño se vea igual en todos los navegadores pero no lo logro. estuve leyendo sobre hacks y algunas librerías. pero nada me funcionó.
espero me puedan ayudar.
Gracias!

les dejo lo que quiero validar

body {
height: 100%;
background-color: black;
Background-image: linear-gradient(0, transparent 50%, black 50%);
background-image: linear-gradient(0, transparent 50%, #395F5D 50%);
background-image: -moz-linear-gradient(0, transparent 50%, #395F5D 50%);
background-image: -webkit-linear-gradient(0, transparent 50%, #395F5D 50%);
background-size: 3px;
}