Topic: gallery not displaying in IE8
Hello,
I am having trouble with my web site, galleries are not displaying with IE 8 when I put them online. It is working just fine with Chrome. It is also working on IE 8 when I keep my web site local.
I paste here my code , if anybody has an idea, the adress of this page online is :
http://www.alexispaoli.com/travail/bure … _five.html
Thanks a lot for any help
code :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
var params = {};
params.bgcolor = "#51626f";
params.allowfullscreen = false;
params.allowscriptaccess = "always";
swfobject.embedSWF("simpleviewer.swf", "flashContent", "600", "500", "9.0.124", false, flashvars, params);
</script>
<title>Alexis PAOLI - Photographe - tous droits réservés</title>
<meta name="description" content=" galerie photo aménagement Le Five Créteil - Tetris - immobilier d'entreprise, architecture d'intérieur" />
<meta name="author" content=" Alexis PAOLI" />
<style type="text/css">
<!--
body {
background-color: #51626f;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.Style8 {font-size: 10px}
-->
</style>
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="left">
<p> </p>
<table width="35%" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td colspan="2"><div align="left"><img src="thumbs/logopetit.jpg" width="58" height="58" /></div></td>
</tr>
<tr>
<td width="11%" height="100%"><div align="left"><a href="../bureau.html"><img src="thumbs/retour.jpg" width="58" height="20" border="0"></a></div></td>
<td width="89%"><div align="right" class="Style8">client : <a href="http://www.tetris.fr/index.php?id_page=225">Tetris</a></div></td>
</tr>
<tr>
<td height="100%" colspan="2"><div id="flashContent">
<div align="right"></div>
</div></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><div align="center">
<div align="center"><img src="thumbs/barremenu.jpg" width="568" height="40" border="0" usemap="#Map" /></div></td>
</tr>
</table>
</div>
<map name="Map" id="Map">
<area shape="rect" coords="6,2,82,38" href="../../../galerie/galerie.html" />
<area shape="rect" coords="122,1,201,40" href="../../travail.html" />
<area shape="rect" coords="226,2,332,39" href="../../../contact.html" />
<area shape="rect" coords="354,1,455,40" href="../../../references.html" />
<area shape="rect" coords="606,4,690,44" href="liens.html" />
<area shape="rect" coords="485,2,551,38" href="../../../liens/liens.html">
</map></body>
</html>
</div></td>
</tr>
<tr>
<td colspan="5"><div align="center"></div></td>
</tr>
</table>
</div>
<p> </p>
<p> </p>
</body>
</html>