Forum Moderators: not2easy
You might find a solution by applying one background to 'html' and the other to 'body'. I've used that trick on a couple of sites with no probs.
;)
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;
} In the meantime I'd appreciate if someone can post a brief code about how to make 2 images appear in background (IE, firefox)
I just can use 1 at time. Tried adding a <span with a style="background-image:url(bg.gif); background-position: top left; background-repeat:no-repeat;"> but doesn't work...
The problem: in pages where content is short (some 600 px height) the image doesn't show completely, seems like the BODY atribute background image just shows until the content ends, while the background image in HTML tag shows ok until bottom of screen.
Result a left side image ok and a right image background short.
I don't know what workaround may help now...