R Riiich New member Oct 23, 2010 #1 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...
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...