Просмотр поста

.
Onatolich
DaRkWe1L (15.03.2012/18:10)
Вот такой вопрос: как
сделать две картинки на
фон? Делал так:

background:#ff9c31 url
(images/top.gif) top no-repeat,
url(images/bottom.gif) bottom
no-repeat;

Но это неправильно. Как
сделат
.class{
background:#ff9c31 url
(images/top.gif) top no-repeat;
}
.class::after{
background: url(images/bottom.gif) bottom
no-repeat; position: absolute; bottom: 0; padding: 20px;
}