Jump to content
  • 0

div не растягивается по содержанию


cmndr_alexgreen
 Share

Question

Уважаемые подскажите, совершенно вылетело из головы, где я забыл какие параметры.

Проблема в том, что у бокса есть фон, тянущийся до самого низа. В данный момент фон виден только сквозь див "headerbox", дальше следующие дивы перекрывают собой его. Как сделать чтоб фон не зависимо от параметров начинки, виден был по всей протяженности блока.

html


<div id="box">
<div id="headerbox"></div>
<div id="section1">1</div>
<div id="section2">sfgdfg</div>
<div id="section3">1</div>
</div>

css


#box {width:960px;margin:0 auto;text-align:left;background:url(img/bg0.gif) repeat-y;position:relative;}
#headerbox {width:960px; height:160px; position:relative;}
#section1 {float:left;width: 95px;margin: 0px;padding: 0px;}
#section2 {float:left;width: 90px;margin: 0px;padding: 0px;}
#section3 {float:right;width: 760px;}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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