posted 19 years ago
You can't. CSS doesn't have the ability to stretch a background image. You might be able to use layered elements to do it, though. You'd create a container element, and put a normal image tag and your table in it. Using z-index, you can move the image behind the table, and set the image to be 100% width and height.
This is untested, but it might get you started: