Bonjour... voilà, je viens de créer un site en le dessinant sur fireworks et en le conceptualisant avec dreamweaver...
mais voilà... alors que ce site tourne merveilleusement bien sous firefox et google chrome, ne voilà t'y pas qu'en l'envoyant à mon boss pour verification, il ne me dise rien... bienvenue internet explorer problème...
Mes iframes s'affichent parfaitement sur firefox mais pas sous internet explorer...
voici mon code :
Modifié par Laurie-Anne (02 Dec 2010 - 08:50)
mais voilà... alors que ce site tourne merveilleusement bien sous firefox et google chrome, ne voilà t'y pas qu'en l'envoyant à mon boss pour verification, il ne me dise rien... bienvenue internet explorer problème...
Mes iframes s'affichent parfaitement sur firefox mais pas sous internet explorer...
voici mon code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BUREAU K</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
td img {display: block;}
a img
{
border: none;
}
a:focus
{
outline:0;
}
.menu {
}
</style>
</head>
<body bgcolor="#ffffff">
<div align="center">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" style="display: inline-table;">
<!-- fwtable fwsrc="site.png" fwpage="page 1" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "876949884" fwnested="1" -->
<tr bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<td><img name="index_r1_c1" src="index_r1_c1.jpg" width="1000" height="20" border="0" id="index_r1_c1" alt="" /></td>
</tr>
<tr>
<td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="1000">
<tr>
<td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td><a href="index.html"><img name="logo" src="index_r2_c1.jpg" width="300" height="65" border="0" id="logo" alt="" /></td>
</tr>
<tr>
<td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="300">
<tr>
<td><a href="menuarch.htm" target="menu">
<img name="architecture" src="index_r3_c1.jpg" width="130" height="24" border="0" id="architecture" alt="" /></a></td>
<td><img name="index_r3_c2" src="index_r3_c2.jpg" width="9" height="24" border="0" id="index_r3_c2" alt="" /></td>
<td><a href="menudesign.html" target="menu"><img name="design" src="index_r3_c3.jpg" width="68" height="24" border="0" id="design" alt="" /></a></td>
<td><img name="index_r3_c4" src="index_r3_c4.jpg" width="9" height="24" border="0" id="index_r3_c4" alt="" /></td>
<td><img name="advising" src="index_r3_c5.jpg" width="85" height="24" border="0" id="advising" alt="" /></td>
</tr>
</table></td>
</tr>
</table></td>
<td><img name="index_r2_c6" src="index_r2_c6.jpg" width="400" height="89" border="0" id="index_r2_c6" alt="" /></td>
<td><iframe src="" name="contact" width="300" marginwidth="0" height="89" marginheight="0" scrolling="No" frameborder="0"><img name="index_r2_c7" src="index_r2_c7.jpg" width="300" height="89" border="0" id="site_r5_c6" alt="" /></iframe></td>
</tr>
</table></td>
</tr>
<tr>
<td><img name="index_r4_c1" src="index_r4_c1.jpg" width="1000" height="41" border="0" id="index_r4_c1" alt="" /></td>
</tr>
<tr>
<td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="1000">
<tr>
<td><iframe class='menu' width="300" marginwidth="0" height="570" marginheight="0" scrolling="No" frameborder="0" hspace="300" vspace="570" id="menu" allowtransparency="true" application="true"><img name="index_r5_c1" src="index_r5_c1.jpg" width="300" height="570" border="0" id="index_r5_c1" alt="" /></iframe></td>
<td><iframe width="700" marginwidth="0" height="570" marginheight="0" scrolling="Auto" frameborder="0" hspace="700" vspace="570" id="contenu" allowtransparency="true"><img name="site_r5_c6" src="site_r5_c6.jpg" width="700" height="570" border="0" id="site_r5_c6" alt="" /></iframe></td>
</tr>
</table></td>
</tr>
<tr>
<td><img name="index_r6_c1" src="index_r6_c1.jpg" width="1000" height="30" border="0" id="index_r6_c1" alt="" /></td>
</tr>
</table>
</div>
</body>
</html>
Modifié par Laurie-Anne (02 Dec 2010 - 08:50)