Jump to content
  • 0

Не наследуется стиль слоя


vladsypchenko
 Share

Question

Здравствуйте! Столкнулся со следующей проблемой. У меня в основной слой вложены несколько слоев, которые не наследуют его атрибуты. Код следующий: http://jsfiddle.net/QsxgR/

В принципе, код не длинный, выкладываю ещё и сюда исходники html и css:


<div class="about-container">
<div class="threeblocks">
<div class="defaultblock">
<img src="img/book.png" />
asdasdasd asdsdas dad as dasd asd asd as dasd as dasd asd asd asd asd asdasd asd asd
</div>
<div class="defaultblock">
<img src="img/dots.png" />
asdasdasd
</div>
<div class="lastblock">
<img src="img/content.png" />
asdasdasd
</div>
</div>
</div>


.about-container {
width: 100%;
background: #000;
padding: 20px 0 20px 0; }
.threeblocks {
width: 940px;
margin: 0 auto;
padding: 30px;
background: #000; }
.defaultblock {
width: 33.3333%;
float: left;
text-align: center;
background: #000; }
.lastblock {
width: 33.3333%;
float: right;
text-align: center;
background: #000; }

Для наглядного объяснения, вот скриншот: 1_800.jpgi.gif

Объясните пожалуйста, что делаю не правильно?

Edited by vladsypchenko
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

А что именно не наследуется? Из Вашего кода этого непонятно....

А если Вас не устраивает высота - так назначьте в стилях эту самую высоту для самого первого контейнера....

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