Sigo con mi lucha para que funcione mi web en IE y Firefox, pero no consigo resultados. Ahora lo más gracioso es que una parte de mi web no aparece en IE pero sí lo hace en Firefox. No sé porque ocurre esto, os dejo el código de dicha web, haber si me podeis hechar una mano:
Código:
Esto es el código del frameset, no me aparece en IE el mainFrame. si necesitais ver el código del mainFrame, decírmelo y os lo subo.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>grupo ànec</title> </head> <frameset rows="126,*" cols="*" framespacing="0" frameborder="no" border="0"> <frame src="marco_superior.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /> <frame src="areas_inicio.html" name="mainFrame" id="mainFrame" title="mainFrame" /> </frameset> <noframes><body> </body> </noframes></html>
Un saludo y muchas gracias