![]() |
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 :-) |
Re: Problema al Visualizar Css En FireFox Ponles a todos los elementos width y height, y posiciona todas las imagenes en el top left, y de paso hazlo de la siguiente manera: Código: .borde_arriba_izquier {Un saludo |
| La zona horaria es GMT -6. Ahora son las 03:49. |
Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.