Jump to content
  • 0

Проблема див внутри дива Опера и Мозила


SibBear
 Share

Question

Не пойму, что не так

www.naryad.ru/contact.php

Нажмите отправить, в поле результата в углу крестик, див внутри дива. В опере и Моз. работает отлично.

Теперь посмотрите на этой же странице внизу, копирайт. Тот же самый прием, один в один. Но почему то в опере работает, а в мозиле крестик вылетает в угол главного самого большого дива.

Что за черт?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

#onmap {
position: absolute;
margin: 0px;
padding: 20px;
width: 524px;
min-height: 300px;
left: 250px;
top: 50px;
z-index: 5;}

#divsendresult {
position: absolute;
margin: 0px;
padding: 0px;
width: 200px;
min-height: 250px;
left: 774px;
top: 50px;
z-index: 5;}

.divclose {
position: absolute;
margin: 0px;
padding: 0px;
width: 20px;
height: 20px;
left: auto;
top: 0px;
right: 0px;
z-index: 6;
cursor: pointer;}

как говориться найдите 10 отличий...

Эта работает.

<div id="divsendresult">
<div class="divclose">
<img class="w20 h20" onclick="document.getElementById('divsendresult').style.display='none'" src="x.png" alt="" />
</div>

А эта нет.

<div id="onmap">
<div class="divclose">
<img class="w20 h20" onclick="document.getElementById('onmap').style.display='none'" src="x.png" alt="" />
</div>

Link to comment
Share on other sites

  • 0

Потому что

позиционируется от body, а не от родительского слоя.

Чтобы элемент позиционировался от родителя, родителю нужно задать position:relative;

Т.к. в Вашем случае родител уже имеет position:absolute; то нужен внутрений слой, которому и зададите релятив.

П.С. А нафига футер и хедер позиционароват абсолютно да и еще внутренни блоки также?

Ведь все решается гораздо проще. Абсолютное позиционирование применять надо там, где это необходимо, а не везде.

Link to comment
Share on other sites

  • 0
Потому что

Чтобы элемент позиционировался от родителя, родителю нужно задать position:relative;

Т.к. в Вашем случае родител уже имеет position:absolute; то нужен внутрений слой, которому и зададите релятив.

Полный бред.

Дочерний элемент позиционируется от СПОЗИЦИОНИРОВАННОГО слоя, то есть и от абсолют, и от релэйтив.

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