Jump to content

nefarious

Newbie
  • Posts

    1
  • Joined

  • Last visited

nefarious's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Собственно, проблема. Сверстал макет. В IE 8 и отличных от IE браузерах (FF, Chrome, Opera) блок с текстом обтекает блок с картинкой. вот так: В IE 6/7 же блок с текстом смещается вниз: ХТМЛ код: <div id=mainframe> <div id=corner> <img class="ugol_right" src="ugol_right_small.gif" alt="" /> </div> <div id=content> <p>This is a tool for finding friends in real life. </p> <!-- бла-бла-бла--> </div> CSS код: * { margin: 0; padding: 0; border: 0; } html, body {height: 100%;} body{ background: #fff; color: #333; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; } #container {overflow: auto; padding-bottom: 50px; min-height: 100%; width: 1024px; min-width:1024px; margin: 0 150% auto 3%; } #mainframe {float:left; width: 716px; } #corner {float:left; width:80px; } #corner_left {clear:both; float:right;} #content {min-height: 144px; width: 716px; border: 1px solid #cbcbcb; padding: 6% 0 4% 0; font-family: verdana, arial, sans-serif;} #content p {text-indent: 0%; font-size: 12px; padding: 3px 100px 3px 100px; } Задать hasLayout тут вроде бы нецелесообразно, так как layout у этих элементов уже есть. Подскажите, пожалуйста, в чём может быть баг. Только не предлагайте отключить поддержку IE7)
×
×
  • 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