HTML - no me funciona bien un archivo en Firefox

 
Vista:

no me funciona bien un archivo en Firefox

Publicado por localhost (1 intervención) el 20/05/2010 09:53:46
Hola a todos, tengo un problemilla con un archivo html, es una pequeña aplicacion q he exo para mostrar imágenes, hago referencia a archivos javascript, y flash, bueno, la cuestión es que yo tengo el index.html y si lo modifico, los cambios se ven prefectamente en firefox y explorer si ejecutos el index.html directamente, pero si meto un enlace a este archivo en otro archivo en php, el enlace funciona en ambos navegadores, pero en firefox, no se carga correctamente, no se porque pero si le doy a ver codigo fuente, sigue mostrandome el codigo inicial del archivo, es como si no hubiera guardado los cambios, ni tan siquiero el título de la página, lo cambio y sigue =, pero en explorer si se carga perfectamente, no se a que se debe esto, si alguien me puede ayudar se lo agradezco enormemente, Gracias.

Aqui os dejo el codigo ya modificado, por si sirve de algo:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Normas de participacion</title>

<link href="css/liquid-green.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="js/liquid.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/flippingbook.js"></script>
<script type="text/javascript" src="js/bookSettings.js"></script>

</head>
<body>
<div id="fbContainer">
<a class="altlink" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"><div id="altmsg">Download Adobe Flash Player.</div></a>
</div>
<div id="fbFooter">
<div id="fbContents">
<select id="fbContentsMenu" name="fbContentsMenu"></select>
<span class="fbPaginationMinor">p. </span>
<span id="fbCurrentPages">1</span>
<span id="fbTotalPages" class="fbPaginationMinor"></span>
</div>
<div id="fbMenu">
<img src="img/btnZoom.gif" width="36" height="40" border="0" id="fbZoomButton" /><img src="img/btnPrint.gif" width="36" height="40" border="0" id="fbPrintButton" /><img src="img/btnDownload.gif" width="36" height="40" border="0" id="fbDownloadButton" /><img src="img/btnDiv.gif" width="13" height="40" border="0" /><img src="img/btnPrevious.gif" width="36" height="40" border="0" id="fbBackButton" /><img src="img/btnNext.gif" width="36" height="40" border="0" id="fbForwardButton" /></div>
</div>
</body>
</html>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder