PDA

View Full Version : not so much html but css


Noiz Pollution
Wed 17th Dec '03, 10:02am
hi folks,

does anybody know if it's possible to give a table 4 background images without nesting tables and divs in it? i just can't be bothered with the amount of code required so i can put curved corners on a box


cheers,
Robert

LeeCHeSSS
Thu 18th Dec '03, 7:41am
To answer your question: No, you cannot give a table 4 background images.

Now if only CSS3 was out already, you could use border-radius for your curved corners... :)

diades
Tue 6th Jan '04, 8:08am
Hi Guys

You can, however, give the cells contained within the table an image each, try a 3 x 3 table and place a corner image in each corner. plus a line image as a background-image for each side. Use the center cell for content. Using a browser check, you couild use css3 for moz-based and the above for IE.