david_uk
12-14-2006, 01:00 PM
HI Guys, can you please have a look at my code and help, it displays fine in IE7 and Firefox 1 and 2 but wont display in IE6 is there some script or something I can put in that will re-size depending on browser etc, here is the code,
.......................................................................
<style type="text/css">
<!--
body {background-color:#000000
}
.style8 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
.style9 {color: #1941A5}
-->
</style></head>
<body>
<span class="style9"></span>
<div id="Layer1" style="position:absolute; width:912px; height:600px; z-index:1; left: 1px; top: 14px;">
<div align="left">
</div>
<div align="center"><img src="micoud1.jpg" width="910" height="600">
</div>
<div id="Layer5" style="position:absolute; width:361px; height:28px; z-index:5; left: 86px; top: 229px;"><span class="style8">Pour connaître nos points de vente, cliquez, ici </span></div>
<div align="center"></div>
</div>
<div id="Layer2" style="position:absolute; width:220px; height:157px; z-index:2; left: 143px; top: 80px;"><a href="http://www.canteburynz.com/on_field" target="_self"><img src="/content/canterbury/media/img/cant_logo.gif" alt="Pour découvrir nos produits, cliquez, ici " width="213" height="145" border="0"></a></div>
<div id="Layer5" style="position:absolute; width:319px; height:28px; z-index:5; left: 102px; top: 29px;"><span class="style8">Pour découvrir nos produits, cliquez, ici </span></div>
<div id="Layer4" style="position:absolute; width:924px; height:83px; z-index:4; left: 3px; top: 487px;">
<div align="center"><img src="images/logo_base1.jpg" width="1000" height="83"></div>
</div>
<div id="Layer3" style="position:absolute; width:213px; height:148px; z-index:3; left: 137px; top: 334px;"><a href="http://www.espacefoot.fr/boutiques-espace-foot-france.php" target="_self"><img src="/content/canterbury/media/img/espace.jpg" alt="Pour connaître nos points de vente, cliquez, ici" width="222" height="137" border="0"></a></div>
</body>
</html>
.................................................................................................
thanks,
Dave.
.......................................................................
<style type="text/css">
<!--
body {background-color:#000000
}
.style8 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
.style9 {color: #1941A5}
-->
</style></head>
<body>
<span class="style9"></span>
<div id="Layer1" style="position:absolute; width:912px; height:600px; z-index:1; left: 1px; top: 14px;">
<div align="left">
</div>
<div align="center"><img src="micoud1.jpg" width="910" height="600">
</div>
<div id="Layer5" style="position:absolute; width:361px; height:28px; z-index:5; left: 86px; top: 229px;"><span class="style8">Pour connaître nos points de vente, cliquez, ici </span></div>
<div align="center"></div>
</div>
<div id="Layer2" style="position:absolute; width:220px; height:157px; z-index:2; left: 143px; top: 80px;"><a href="http://www.canteburynz.com/on_field" target="_self"><img src="/content/canterbury/media/img/cant_logo.gif" alt="Pour découvrir nos produits, cliquez, ici " width="213" height="145" border="0"></a></div>
<div id="Layer5" style="position:absolute; width:319px; height:28px; z-index:5; left: 102px; top: 29px;"><span class="style8">Pour découvrir nos produits, cliquez, ici </span></div>
<div id="Layer4" style="position:absolute; width:924px; height:83px; z-index:4; left: 3px; top: 487px;">
<div align="center"><img src="images/logo_base1.jpg" width="1000" height="83"></div>
</div>
<div id="Layer3" style="position:absolute; width:213px; height:148px; z-index:3; left: 137px; top: 334px;"><a href="http://www.espacefoot.fr/boutiques-espace-foot-france.php" target="_self"><img src="/content/canterbury/media/img/espace.jpg" alt="Pour connaître nos points de vente, cliquez, ici" width="222" height="137" border="0"></a></div>
</body>
</html>
.................................................................................................
thanks,
Dave.