Click to See Complete Forum and Search --> : Background Image in table


herrlip
03-06-2006, 07:39 AM
Hi Guys, I would like a background image of the original size to be plumb in the centre /middle of the main table. I have tried putting this code in - but it goes behind the table:
<STYLE type="text/css">
body {background-image:url(sign.jpg); background-attachment:fixed;background-repeat:no-repeat;background-position: center center;}
</style>

I know this is the one where the image stays where it is, and the text scrolls over it, I would like the image to scroll with the text, but in the table as a background without the repeat.
My address is: http://geocities.com/herrlip2000

Any ideas?

A

KDLA
03-06-2006, 08:24 AM
http://www.meyerweb.com/eric/css/edge/complexspiral/demo.html

KDLA