Jump to content
  • 0

Глюки с наследыванием или хз с чем...


Destrifer
 Share

Question

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
.div1 {
width: 164px;
position: absolute;
top: 30%;
background-color:#009999;
}
.div1 > a {
display: block;
text-decoration: none;
color: #ffffff;
padding: 5px;
background:#212121;
border: 2px ridge #000;
}
.div1 > a:hover {background: #7f7f7f;}
.div2 {
width:36px;
height:36px;
position:absolute;
right:-36px;
top:50%;
margin-top:-18px;
}
.div2 a {
text-decoration: none;
color: #ffffff;
border: 2px ridge #000;
background:#212121;
padding: 30px 5px;
line-height:36px;
}
.div2 a:hover {background: #7f7f7f;}
.div3 {
width:36px;
height:36px;
position:absolute;
top:0px;
left:50%;
margin-left:-41px;
}
.div3 a {
text-decoration: none;
color: #ffffff;
border: 2px ridge #000;
background:#212121;
padding: 5px 30px;
}
.div3 a:hover {background: #7f7f7f;}
.div4 {
width:100px;
height:100px;
position:absolute;
left:50%;
top:100%;
margin-left:-41px;
.div4 a {
text-decoration: none;
color: #ffffff;
border: 2px ridge #000;
background:#212121;
padding: 5px 30px;
}
.div4 a:hover {background: #7f7f7f;}
</style>
</head>

<body>
<div class="div1">
<a href="#" >123</a>
<a href="#" >123</a>
<a href="#" >123</a>
<a href="#" >123</a>
<div class="div2"><a href="#" >123</a></div>
<div class="div3"><a href="#" >123</a></div>
<div class="div4"><a href="#" >123</a></div>
</div>

</body>
</html>

Почему:

к 4 диву стиль не цепляется?

Убрать скажем "position:absolute;" из 3 дива - ползет все.

Нужно верхний и нижний блоки сделать по центу первого дива прижатыми к краю снаружи (как справа).

Edited by Destrifer
Link to comment
Share on other sites

17 answers to this question

Recommended Posts

  • 0

Вроде всегда был селектор дочерних элементов ;)

Подозреваю, что единственный способ избежать наследования на остальные теги "а"....

Собственно, как быть в этом случае с ie6?

p.s. Scrum опередил :D

Edited by Destrifer
Link to comment
Share on other sites

  • 0

Век живи век учись. А я все както пробелами без галочек обхожусь и наследование никуда не пропадает.

Да, кстати откройте эту самую статью про дочерние селекторы и прочтите в не черным по зеленому о том что ие6 их не поддерживает)

В итоге уберите селекторы и счастье посетит вас

Edited by Anami
Link to comment
Share on other sites

  • 0
И почему все люди такие упорные.

ЭТО .div1 > a { МОЖНО записать ТАК .div1 a { и это БУДЕТ РАБОТАТЬ ВЕЗДЕ.

И не придется изврат устраивать с ие. Современные способу рулят.

Люди упорные потому пробблему обсуждают. Ты вот не понял в чем суть тебе кажется все просто.

ЭТО .div1 > a { МОЖНО записать ТАК .div1 a

Это будет значить разные вещи. Рассказывать тебе я не буду сам ищи описание по синтаксису селекторов.

Link to comment
Share on other sites

  • 0
Я правильно понял что вот в таком вот коде:

<div class="dv">
<div id="div1">
<div id="div2">
</div>
</div>
</div>

Селектор типа dv div назначит стили для div1 и div2,

а селектор dv > div назначит стили только для div1 ?

А открыть текстовый файлик и за минуту сделать себе test-case слабо?

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