Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/04/2008, 16:12
carlos_compu7
 
Fecha de Ingreso: febrero-2007
Mensajes: 8
Antigüedad: 17 años, 2 meses
Puntos: 0
Sonrisa Problema al Visualizar Css En FireFox

Saludos; estoy haciendo una pagina web en el q le estoy dando el efecto de un cuadro con bordes redondeados y tengo un problema con css Style,al ver el la previsualisacion, no se ve bien en Firefox en IE Funciona correctamente no se si ustedes me puedan ayudar a buscar cual es error este es el codigo q tengo en mi cstyle

.borde_arriba_izquier {
background-attachment: fixed;
background-image: url(../images/borde_arriba_izqui.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
.borde_arriba_derech {
background-attachment: fixed;
background-image: url(../images/borde_arriba_derec.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
.borde_abajo_izqui {
background-attachment: fixed;
background-image: url(../images/borde_abajo_izqui.jpg);
background-repeat: no-repeat;
background-position: right top;
}
.borde_abajo_derecha {
background-attachment: fixed;
background-image: url(../images/borde_abajo_derecho.jpg);
background-repeat: no-repeat;
background-position: left top;
}
.Linea_arriba {
background-attachment: fixed;
background-image: url(../images/linea_arriba.jpg);
background-repeat: repeat-x;
background-position: left bottom;
}
.linea_abajo {
background-attachment: fixed;
background-image: url(../images/linea_abajo.jpg);
background-repeat: repeat-x;
background-position: left top;
}
.linea_izquier {
background-attachment: fixed;
background-image: url(../images/linea_izquier.jpg);
background-repeat: repeat-y;
background-position: right top;
}
.Linea_derech {
background-attachment: fixed;
background-image: url(../images/linea_derech.jpg);
background-repeat: repeat-y;
background-position: left top;
}


Espero haberme explicado correctamente de antemano gracias por cualquier respuesta