How do I make a background image that is scaled to the size of its container in... ...HTML/CSS? I'm trying to make text within a table that has a background picture behind it where the image will be artificially scaled to the size of the container it's placed in (<td>, <span>, etc). Preferably, I'd like to stay within the realms of HTML and CSS, but if there's another way to do it, I would be more than happy to experiment with it. |