Jump to content
  • 0

Верстка сложного изображения


Digidie
 Share

Question

Здравствуйте! Есть одно изображение, собственно вот оно Тут. Кому то покажется что оно вполне простое, но у меня не получается сверстать его. Прошу обратить внимание на "угасающие" границы голубого цвета по краям сайта, они и не сплошные и не такие маленькие чтобы взять часть во всю ширину изображения(верх или низ). Верхнюю часть я сверстал, проблема в нижней части. А именно нужно сделать так чтобы и тухнущие границы были на месте и блок по высоте тянулся. Я конечно могу взять кусок во всю ширину и в высоту как у границ(нижних), но тогда будет ооочень много места внизу. Уже намучался. Подскажите как это реализовать? Заранее Спасибо!

P.S. Заодно выложу сверстанную верхнюю часть, может можно как то будет по тому же принципу сделать:

html


<div id="content">
<div class="l_line"></div>
<div class="блок1"></div>
<div class="блок2"></div>
<div class="r_line"></div>
</div>

CSS


#content{
width: 948px;
float: left;
min-height: 450px;
margin: 46px 0 0 0;
border-top: 1px solid #2c4b77;
border-bottom: 1px solid #2c4b77;
background: url(../images/cont_bg.png) repeat top center;
}
.l_line{
width: 1px;
height: 159px;
background: url(../images/left_line_1.png) no-repeat top left;
float: left;
}
.r_line{
width: 1px;
height: 159px;
background: url(../images/left_line_1.png) no-repeat top right;
float: right;
}
.блок1{
width: 343px;
height: 200px;
float: left;
margin: 41px 0 0 34px;
border: 1px solid red;
}
.блок2{
width: 422px;
float: left;
margin: 41px 0 0 39px;
border: 1px solid red;
}

Ну и сам результат: вот. Синие заголовки это просто 2 блока в "блок1,блок2". Не стал выкладывать код, чтобы он не получился слишком длинным. Еще раз спасибо!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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