Wed, 2004-11-03 18:41
I have a background image in a TD along with other images. I want to increase the size of all of them on command. I am having no problems getting the size bigger on every element other than this td:
<td style="background-image: url(foo.jpg);"></td>
Is there a css command to define the height or width of that image? If not what do you think is the best way to define that images' height so I can make it bigger on demand.