How do i have two background images? HTML CSS?

Riiich

New member
Say I have a bakground that is "100pxX100px repeat-x" and I want that to be on top of a "1pxX1px repeat"?

body{
background: url(1.bmp) z-index:1;
background: url(2.bmp) z-index:2;
}

doesn't work...
 
Back
Top