cortic
02-02-2003, 03:06 AM
Is it possible to put in two background images, I'm looking for a kind of fade in and fade out at the top and bottom of the page, would do it with z-index using an element but IE decides 100% meens nearly all the page lol, so I got a fade in at the top using:
body { background-image: url(back_top.gif); background-repeat: repeat-x }
is there anyway to add:
background-image: url(back_btm.gif); background-positionY: bottom; background-repeat: repeat-x
I can't find anything, which means I'm missing something obvious or its just another dead end, any suggestions on another way to do this would be great too.
Thanks.
body { background-image: url(back_top.gif); background-repeat: repeat-x }
is there anyway to add:
background-image: url(back_btm.gif); background-positionY: bottom; background-repeat: repeat-x
I can't find anything, which means I'm missing something obvious or its just another dead end, any suggestions on another way to do this would be great too.
Thanks.