Jump to content
  • 0

позиционирование


girl
 Share

Question

И совсем "тупой вопрос".

Не понимаю, ПОЧЕМУ у меня элемент c id="table" не смещается вниз на 10 px , я ведь использую margin-top :) Хотя влево смещается.

 <div style="background-color : magenta; height:100px; width:44%">
<div id="table">Наведите курсор, чтобы посмотреть список</div>
</div>

CSS:

#table
{
width: 283px;
background-color: #D8E4F1;
color: #6C727B;
padding-left: 16px;
margin-top:10px;
margin-left:10px;
}

Буду благодарна любым комментариям.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Я добавила эту строчку, в Mozilla вс? стало отображаться правильно, а в IE 6 почему-то родительский элемент увеличился в высоту на 10px. Возможно ли это, сделать одновременно правильно в двух броузерах?

P.S. Извините, впредь код буду помещать в тэги.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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