Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/08/2008, 02:36
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: problema con css y firefox

En Firefox no se te ve el fondo porque tienes el color entre comillas, que te sobran:

Cita:
body{ background:"#f8ecf1"; font-size:12pt;color:"#be0f34";font-family:Century Gothic,Garamond,Tahoma;background-attachment:fixed;bgproperties:"fixed";font-weight:700;
}
Cambia el selector del body por este otro:

Cita:
body{ background:#f8ecf1; font-size:12pt;color:#be0f34;font-family:Century Gothic,Garamond,Tahoma;background-attachment:fixed;font-weight:700;text-align: center;
}
__________________
Visita mi nueva web idplus.org