Buenas, he creado una web del estilo menu derecha -- pagina presentacion izquierda.
El problema esta en que al abrir la web con firefox sale bien con el menu y la pagina de presentacion, pero en safari / internet explorer y algun otro no sale el menu, solo la pagina de presentacion.
Lo hago creando 2 frames (menu.html y inicio.html), el codigo es el siguiente, aver si me podeis hechar una mano :S
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<frameset rows="*" cols="*,1095" framespacing="0" frameborder="no" border="0">
<frame src="menu.html" name="mainFrame" id="mainFrame" title="mainFrame" />
<frame src="inicio.html" name="rightFrame" scrolling="No" noresize="noresize" id="rightFrame" title="rightFrame" />
</frameset>
<noframes><body>
</body></noframes>
</html>
Muchisimas gracias!