
chce dodać drugi obrazek w prawym górnym rogu jak to zrobić aby w top były dwa obrazki po prawej oraz lewej ?
- Kod: Zaznacz wszystko
}
#the_page {
background:transparent url(images/top-left-bg.jpg) no-repeat scroll left top;
left:0;
margin:0;
padding:0;
position:absolute;
top:0;
z-index:0;
width: 100%;
min-width: 100%;
}
i to samo z bottom
- Kod: Zaznacz wszystko
}
BODY {
background:#111 url(images/bottom-left-bg.jpg) no-repeat fixed left bottom;
margin:0;
min-height: 100%;
height: 100%;
padding:0;
}