Jump to content
  • 0

background внизу страницы


B@RT
 Share

Question

Помогите реализовать градиентный background, который прикреплен внизу страницы...

Структура шаблона примерно такая:

Верхний градиент

Зеленая шапка

Центр

врапер

зеленый футер

нижний градиент

Уже много вариантов перепробывал... никак не могу заставить этот самый градиент залезть под самый низ... он у меня получается как второй футер, на всю свою высоту :'(

CSS:

div#gradient_bottom_l {
position: absolute;
z-index: -1;
}

div#gradient_bottom_r {
position: absolute;
bottom: 0;
height: 302px;
overflow: hidden;
}

div#gradient_bottom {
background: url(../images/gradient_bottom.png) 0 0 repeat-x;
height: 302px;
}

div#gradient_bottom_l {
background: url(../images/gradient_bottom.png) 0 0 no-repeat;
}

div#gradient_bottom_r {
background: url(../images/gradient_bottom.png) 100% 0 no-repeat;
}

В самом конце шаблона, перед

Link to comment
Share on other sites

4 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