1 iFrame sur 2 ne s'affiche pas!

tekthomasdu96 Messages postés 264 Date d'inscription   Statut Membre Dernière intervention   -  
tekthomasdu96 Messages postés 264 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

J'ai 2 iframes dans mon code. La 2éme iframe ne s'affiche que dans Internet Explorer. Sur Firefox ( et autre naviguateur ) la 2éme iframe ne s'affiche pas. Mon code :

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<link rel="shortcut icon" type="image/x-icon" href="..\ICON.ico" />
<script language="JavaScript">
<!--
document.all.iframe1.height=62%;
document.body.style.overflow='hidden';
//-->
</script>
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="css.css" />
<?php
include 'theme.php';
?>
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="css.css" />
<?php
echo "</head><body id=nomarge style=\"background-image: url('Fond/$Fond')\" width=100% height=100%>";
echo "<img id=\"fond\" src=\"Fond/$Fond\" width=\"100%\">";
?>
<div style="position:relative;top:-100%;width:100%;height:100%;overflow:hidden;background-color:Transparent" width=100% height=100%>
<table width=100% height=10%><tr><td><img src="../Theme/Titre.gif" width="100%" height="100%"></td><td><?php echo "<h1>$Pseudo</h1>"; ?><a href=deco.php>Se deconnecter</a></td></tr></table>
<iframe src="lecture.php" height="25%" width="60%" ALLOWTRANSPARENCY="yes" FRAMEBORDER="0" scrolling="no">
<iframe src="menu.php" height="60%" width="100%" ALLOWTRANSPARENCY="yes" FRAMEBORDER="0" id="iframe1">
</div>
</body>
</html>


Pourquoi ne s'affiche t-elle pas?

HELP
A voir également:

2 réponses

tekthomasdu96 Messages postés 264 Date d'inscription   Statut Membre Dernière intervention   21
 
Personne ne sais? -_-
0
tekthomasdu96 Messages postés 264 Date d'inscription   Statut Membre Dernière intervention   21
 
UP
0