Forum Moderators: mack

Message Too Old, No Replies

How to apply more than one background image to a cell?

Can I use CSS to apply a background image to each corner of a cell?

         

jetnovo

1:28 am on Nov 9, 2004 (gmt 0)

10+ Year Member



Hi there

I like the rounded cell look of the Macromedia website...

Is it possible to use CSS to apply a different background image to each corner of the same cell? ie, so that a single cell has the following found background images:

top-left
bottom-left
top-right
bottom-right

katana_one

1:29 pm on Nov 9, 2004 (gmt 0)

10+ Year Member



The short answer to your question is "no." Any one HTML element can only have a single background image applied to it.

The long answer is that this can be done by assigning the background images to different elements that are nested within each other. Do a search for "CSS rounded corners" and you should find a multitude of online tutorials addressing this very issue.