Specify size of background image?

liunx

Guest
Is it possible to specify the size of a background image in a table cell?<br />
<br />
I've been told you can't, but I see so many images which seem to have text over them, and which are positioned and sized perfectly - how is it done?<br />
<br />
I want to use background images in tables, but re-sizing small 'spacer' images to keep Download <!--more--> time fast. Is there a way to do this?<!--content-->You shouldn't really use tables for layout - use <div> tags instead.<br />
<br />
To control the background in detail, use CSS background properties:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/CSS2/colors.html#propdef-background">http://www.w3.org/TR/CSS2/colors.html#p ... background</a><!-- m --><br />
<br />
Adam<!--content-->
 
Back
Top