Jump to content
  • 0

Блоки


new01
 Share

Question

Вот у меня проблема с расстановкой блоков.Страница разделена на два блока по горизонали .У левого блока float:left;.Но проблема не в них.В левом блоке у меня ещё два подблока,которые распложены вертикально один сверху другой снизу.Проблема в следующем:с таким кодом у меня в опере всё отлично т.е. блок ровно под другим блоком.В экспловере же у меня две проблемы:

1)Нижний блок имеет меньше отступ слева, чем верхний

2)Нижний блок margin-top:339px; делает от нижнего края верхнего блока.

Подскажите как решить проблемы?

Вот код:

<div class='wrapper_left'>
<div class='wrapper_bodyfoto'>
</div>

<div class='wrapper_mir' id='mir'>
</div>
</div>
<div class='wrapper_bodydiv' id='info'>
</div>


.wrapper_foto
{

background-color:#ffffff;
margin-left:9px;
margin-top:5px;
width:200px;
height:250px;
padding:9px;
border:8px solid #000000;
text-align:center;
}

.wrapper_left{float:left;width:210px;}


.wrapper_mir
{
margin-top:339px;
margin-left:41px;
margin-right:1%;
background-color:#ffffff;
width:210px;
height:240px;
border:8px solid #000000;


}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

class="wrapper_bodyfoto"

.wrapper_foto

И ещё, доктайп не забыт?

А если для wrapper_left сделать overflow:hidden, а в нём оба блока тоже float:left и ширину обоим > 50%? Потому что сейчас в самом деле margin-top будет отсчитываться от верхнего.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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