Help : How do I make the background image stretch to fit the table cell? -
04-30-2004
, 02:33 PM
Hi,
I am using a table with height and width as 100%. I wish to use a
background image of size W 62x H 314 pixels for one table cell.
How do I make the background image stretch to fit the table cell? I do
not want the image to repeat. It should only be a single image
stretched as per size of the table.
Re: Help : How do I make the background image stretch to fit the table cell? -
08-08-2004
, 05:24 PM
Salutations!
I don't think it's possible to stretch a background graphic. My solution
for this problem would be to use css to position an image element behind
your text. Because you can size an image however you want and the image is
behind the main content, it creates an illusion of a stretched background.