Jump to content
  • 0

z-index IE8


arthyrgrex
 Share

Question

Добрый день!

Есть проблема:

Есть два дива. bottomgradient - заливается на всю ширину одним элементом. bottomleft - ложится поверх заливки слева.

В мозиле все отлично, +1 в опере, а вот в IE8 - хрен.

Как это можно исправить?

HTML


<div id="bottomgradient">bottomgradient
<div id="bottomleft">bottomleft</div>
</div>

CSS


#bottomgradient {
height:19px;
background-image:url(../images/1_22.png);
position:relative;
z-index:1;
}
#bottomleft {
width:101px;
height:19;
background-image:url(../images/1_21.png);
background-repeat:no-repeat;
position:relative;
float:left;
z-index:2;
}

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

1. height:19;

Где тут единица измерения?

2. Вот это не нужно совершенно.

position:relative;

z-index:1;

Единицу измерения поправил, спасибо.

Убрал position:relative;

z-index:1;

Заливка вообще не отображается. Просто слева располагается элемент bottomleft.

ПРОШУ прощения! заливка уехала под остальные дивы. Сейчас разберусь, если будет проблемка отпишу.

Edited by arthyrgrex
Link to comment
Share on other sites

  • 0

ПРОШУ прощения! заливка уехала под остальные дивы. Сейчас разберусь, если будет проблемка отпишу.

Вот это больше похоже на правду. Контейнеру задай overflow:hidden;

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