Jump to content
  • 0

Не работает свойство z-index


Casufi
 Share

Question

На сайте http://ulskiy.org.ua/example/example.html блок с текстом должен лежать поверх двух картинок внизу страницы

в коде прописываю

.contentbody {
width:60%;
margin-left: 18%;
margin-right: 18%;
z-index:2;
}
.unit_contentbody{
margin-bottom: 35px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:small;
z-index:2;
}
.img_contentbody {
float:left;
border:none;
margin-right:10px;
z-index:2;
}
.bttomheader {
width: 100%;
position:relative;
min-width:1000px;
z-index:1;
}
.bttomheaderleft {
width: 259px;
height: 290px;
background:
url(images/ver.2.3.1_19.gif) bottom left no-repeat;
position:absolute;
left:0px;
bottom: 0px;
z-index:1;
}
.bttomheadercenter {
height: 33px;
min-width: 372px;
background-color:#889399;
position:absolute;
left: 258px;
right: 365px;
bottom: 0px;
z-index:1;
}
.bttomheaderight {
width: 369px;
height: 290px;
background:
url(images/ver.2.3.1_21.gif) bottom right no-repeat;
position:absolute;
right: 0px;
bottom: 0px;
z-index:1;
}

Но почемуто свойство не работает.

И еще интересный глюк.

Иногда, если сайт открыть в Експлорере 6, то блок меню пропадает, если сдвинуть границу броузера влево, то меню появляется, если нажат Контрол Ф5 то меню тоже появляется.

Я так понимаю это глюк

.menucontainer {
width: expression(document.documentElement.clientWidth <1000? "1000px": "auto");
}

как от него избавиться ?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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