Porfi habrá alguién que ya haya pasado por esto que me pueda ayudar
Help me please!!, Aquí dejo mi código, el link hacia la página y un ejemplo de la deformidad en netscape 7...:
http://www.adrianamadrigal.com/azimuth/netscape.jpg
http://www.adrianamadrigal.com/azimuth/
Código :
<style type="text/css">
body{color:#FFFFFF; font:normal normal normal 11px Verdana, Arial, Helvetica, sans-serif; background:#fea201 url('img/bg_gradient_orgn.jpg') repeat-x; text-align:center; margin:0; padding:0;}
img{border:0;}
#logo{background:url('img/azimuth_logo_04.gif') left top no-repeat; width:215px; height:105px; position:absolute; left:0; top:0; z-index:10;}
#container{width:772px; margin:0 auto; background:url('img/bg_shadow.jpg') repeat; height:auto; display:table;}
#shadow_left{float:left; width:16px; height:474px; background:url('img/bg_shadow_left.jpg') left top no-repeat;}
#shadow_right{float:left; width:16px; height:474px; background:url('img/bg_shadow_right.jpg') right top no-repeat;}
#main{float:left; width:740px;}
#hdr{background:url('img/bg_header.gif') repeat-x; width:740px; height:105px; position:relative; }
#hdr_tollfree{background:url('img/toll_free.gif') left top no-repeat; width:250px; height:18px; position:absolute; top:7px; right:20px;}
#hdr_operator{background:url('img/operator.gif') left top no-repeat; width:76px; height:72px; position:absolute; top:28px; right:20px;}
#hdr_menu{width:500px; overflow:visible; position:absolute; top:63px; right:108px; text-align:right; color:#fea201 ! important;}
#footer{float:left; background:url('img/bg_bottom_07.jpg') top left no-repeat; width:772px; height:41px;}
.floater_left{float:left; clear:right;}
</style>
<!-- Y así están mis divs -->
<div id="container">
<div class="floater_left">
<div id="shadow_left"></div>
<div id="main">
<div id="hdr">
<div id="logo"></div>
<div id="hdr_tollfree"></div>
<div id="hdr_operator"></div>
<div id="hdr_menu"><b><a href="#">my account</a> | <a href="#">contact us</a></b></div>
</div>
<div style="width:740px;">dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br />dd<br /></div>
</div>
<div id="shadow_right"></div>
</div>
<div id="footer"></div>
</div> 