Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/01/2012, 19:50
easyunlock
 
Fecha de Ingreso: enero-2012
Mensajes: 14
Antigüedad: 12 años, 3 meses
Puntos: 0
Respuesta: Error Visualizacion en Firefox

Estimado, he hecho los cambios que me recomendaste.

Y tambein modifique el codigo de mi Css:

Antes:

Código:
#formulario {background: url(img/form.jpg); width:410;height:513}#Tabla_01 tr td #formulario .form table tr td {
	font-family: Helvetica;
	color: #FFF;
	font-weight: bold;
}

#formulario2 {background: url(img/cl.jpg); width:400;height:177}
Me faltaba indicar el tamaño del formulario:

quedo asi:

Código:
#formulario {background: url(img/form.jpg); width:410;height:513}#Tabla_01 tr td #formulario .form table tr td {
	font-family: Helvetica;
	color: #FFF;
	font-weight: bold;
}

#formulario2 {background: url(img/cl.jpg); width:400;height:177} 

#formulario2 {
    width:400px;
	height:177px;
    }