Jump to content

alexgeo

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by alexgeo

  1. <body> <div class="container"> <div class="shapka"> <div class="trans"></div>шапка</div> <div class="left"> <div class="trans"></div>меню</div> <div class="right"> <div class="trans1"></div> <p>тело</p> <table width="100%" border="1"> <tr> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table> <p> </p> <div class="Image1"> <img src="../price/i_mage/logo_beeline.gif" width="120" height="106" /> <img src="../price/i_mage/peoplenet.jpeg" width="111" height="106" /></div> <p></p> </div> </div> </body> </html>
  2. В ie6 правый блок (right) съезжает вниз, в остальных смотрелках все нормально отображается. Пожалуйста подскажите. <style type="text/css"> body { background-color: #666666; background-image: url(ventuno.gif); background-repeat: repeat; margin: 0; } .trans { opacity:0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); filter:alpha(opacity=50); -moz-opacity:0.5; background-color:#000000; width:100%; height:100%; position:absolute; margin:-30px; z-index:-1; } .container{ width:800px; margin-left: auto ; margin-right: auto; /*//display: inline;*/ } .shapka { position:relative; color:#FFFFFF; width:790px; height:100px; padding:30px; border:1px solid red; top:10px; } .right { position:relative; color:#FFFFFF; width:600px; padding:30px; border:1px solid red; top:20px; margin-left:190px; overflow:hidden; } .left { position:relative; color:#FFFFFF; width:120px; height:30px; padding:30px; border:1px solid red; top:20px; float:left; } .Image1{ text-align:center;} </style>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy