Jump to content
  • 0

2 div, под ними сверху полоса градиента


Edwvyb
 Share

Question

Суть в том, что у меня имеется два блока c содержимым, с ними все нормально, они встали рядом, конечно же при помощи float.

Но есть проблема. Нужно под ними сделать градиент. Там стоит полоска градиента 1px и repeat-x. Когда у блоков center и right стоит Float, чтобы они стояли рядом градиент, установленный на общим div под ними не видно, Ниже градиента будет снова фон. Хочется сделать это используя минимум дополнительных блоков. Чего-то никак..

html - весь контент


<div id="content-holder">
<div id="content">
<div id="center-content">
<h2 class="h2s">Заголовок Center</h2>
</div>
<div id="right-content">Right cont</div>
</div>
</div>

css


#content-holder {
background:url(../img/top-gradient.png) repeat-x;
margin:52px auto;
width:auto;
}

#content {
margin:53px auto;
width:950px;
height:auto;
border:solid 1px #000;
}

#center-content {
width:640px;
height:auto;
border:solid 1px #000;
float:left;
}

#right-content {
float:left;
width:306px;
border:solid 1px #000;
}

То, чего хочу добиться

gr.jpg

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