Jump to content
  • 0

Проблема с блоками в IE


ЛАСТЫЧ
 Share

Question

В FF все как надо а в IE блок right-block-name растягивается на всю ширину, а должен быть с размерами внутреннего блока. Уже всю голову сломал :rolleyes:

Посмотреть в действии можно тут(блок новости): http://indexone.ru/temp/19/

<div class="right-block-part"></div>
<div class="right-block-name"><div class="right-div-block-name">Новости</div></div>
<div class="right-block-content"></div>

.right-block-part {
background:url('images/block_part_right.jpg') no-repeat;
width:25px;
height:26px;
border:1px solid #9b9b9b;
border-bottom:none !important;
text-align:right;
float:right;
}

.right-block-name {
border:1px solid #9b9b9b;
border-bottom:none !important;
float:right;
text-align:center;

}

.right-div-block-name {
padding:0 10px;
background:#1259b4;
margin:1px;
height:24px;
text-align:center;
float:right;
color:#fff;
font-size:16px;
position:relative;
}

.right-block-content {
border:1px solid #9b9b9b;
clear:right;
}

Edited by ЛАСТЫЧ
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Ну вы намудрили.

Зачем кусок фона было засовывать в отдельный блок, если его можно было положить напрямую в right-block-name?

Зачем для столь простого дизайна вы создали лишний блок right-div-block-name?

Упростите структуру и баги уйдут сами собой.

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