Jump to content
  • 0

помогите с z-index


kirillps
 Share

Question

Проблемма следующая, пытаюсь верстать на div'ах, но после присвоения блокам z-index не все элементы расположились неправильно !!

<!DOCTYPE HTML PUBLIC  ”-//W3C//DTD HTML 4.01 Transitional//EN” ”http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title></title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="shap">
<img src="images/01.jpg" alt="Webwhite">
</div>
<div id="link1">
<a href="index.htm"> Главная </a>
</div>
<div id="link2">
<a href="price.htm"> Цены </a>
</div>
<div id="link3">
<a href="gal.htm"> Галерея </a>
</div>
<div id="link4">
<a href="contakt.htm"> Контакты </a>
</div>
<div id="text">
<h1>Здравствуйте</h1>
</div>

body{
background:#1B0685
}

#link1 {
position:absolute;
top: 100px;
left: 290px;
z-index: 6;
}

#link2 {
position:absolute;
top: 100px;
left: 450px;
z-index: 7;
}

#link3 {
position:absolute;
top: 100px;
left: 750px;
z-index: 8;
}

#link4 {
position:absolute;
top: 100px;
left: 900px;
z-index: 9;
}

a:link {
color: white;
font-weight:bold;
text-decoration:none;
}

a:visited {
color: white;
font-weight:bold;
text-decoration:none;
}

a:active {
background-color: yellow;
text-decoration:none;
}

a:hover {
color:yellow;
text-decoration:underline;
}

#text {
margin: 210px 240px 0px 240px;
z-index: 4;
}

h1 {
text-align: center;
}

p {
text-align: justify;
font-size: 14pt;
color: white;
}

.der {
text-indent: 3%
}

#shap {
position:absolute;
top: 0px;
left: 160px;
z-index: 5;
}

а кокретнее текст (#text ) отображается за картинкой (#shap), хотя у текста z-index меньше ! с сылками все работает нормально!

И еще один вопрос, как обезопасить сайт, что бы он не менял размер в зависимости от разрешения, я так понял решение в "резиновости", но не очень понял как её сделать, пробовал перевести все на прощенты, но почему то не получилось. Направте пожалуйста в нужном напровлении как это сделать !

Edited by kirillps
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
ну правильно, у кого индекс меньше тот и будет снизу

Изаените тупонул !!! А насчет второго вопроса !!

Повторюсь:

"И еще один вопрос, как обезопасить сайт, что бы он не менял размер в зависимости от разрешения, я так понял решение в "резиновости", но не очень понял как её сделать, пробовал перевести все на прощенты, но почему то не получилось. Направте пожалуйста в нужном напровлении как это сделать !"

Edited by kirillps
Link to comment
Share on other sites

  • 0
"И еще один вопрос, как обезопасить сайт, что бы он не менял размер в зависимости от разрешения, я так понял решение в "резиновости", но не очень понял как её сделать, пробовал перевести все на прощенты, но почему то не получилось. Направте пожалуйста в нужном напровлении как это сделать !"

Можно начать отсюда http://csstemplater.com/.

Link to comment
Share on other sites

  • 0

У вас блок #text не позиционирован.

#text {
margin: 0px 240px 0px 240px;
position:absolute;
top: 0px;
left: 160px;
z-index: 4;
}

#shap {
position:absolute;
top: 0px;
left: 0px;
z-index: 5;
}

Все равно тоже самое, и даже хуже, двигаю текст и картинка тоже перемещается, может я с порядком что то напутал !

может position:relative попробовать вместо absolute

Edited by kirillps
Link to comment
Share on other sites

  • 0
может position:relative попробовать вместо absolute

Конечно, лучше relative, если вы хотите, чтобы блок остался в потоке.

Поставьте блоку, который должен быть поверх, z-index 10 или 100, чтобы не запутаться.

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