Re: [CSS3 Backgrounds] Simple property that reduces amount of images needed.

Bruce Hart wrote:
> Being able to reduce the number of images needed would be at least as
> great of a step forward as reducing the number of elements needed for
> backgrounds. With this new property one would be able to use just 2
> images instead of 8 for a completely flexible box.
> 
> background-transform: [flip-x flip-y rotate-l rotate-r rotate]

Or you could use the "border-image" property and use just one image.

The background transform could probably be useful for some other stuff
but for box drawing the border-image is much better.

-- 
Mikko

Received on Tuesday, 18 November 2008 09:38:34 UTC