|
Why would you put a div inside a table ?? If you're going to use css.. do your layout WITHOUT tables.
To answer your question - give your div an id and specify the bg like this:
#header {
background: url(imagename.gif) repeat-x; }
The values for repeat are; repeat-x, repeat-y, no-repeat. Leaving OFF the repeat, the image will tile in both directions to fill the div.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|