Two backgrounds
Posted: Thu Jul 20, 2006 5:31 pm
How can I do two backgrounds -
1. At the right.
2. At the left.
??
Thanks,
Yoav.
1. At the right.
2. At the left.
??
Thanks,
Yoav.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
why?Daedalus- wrote:Don't forget to set z-index's.
Ignore thatminiature wrote:why?Daedalus- wrote:Don't forget to set z-index's.
Code: Select all
div.test {
background-image: url(../pix/logo.gif), url(../pix/logo2.gif);
background-repeat: repeat-y;
background-position: top left, bottom right;
height: 200px;
border: 1px solid #000000;
}