On Thu, May 22, 2008 at 1:32 PM, _why <[EMAIL PROTECTED]> wrote:
> Also, if you have curved rectangles (backgrounds or borders,) you'll
> need to use :curve instead of :radius in your style.  The :radius
> style is now used for radial gradients.

>  # black background with curved corners
>  background black, :curve => 5

> This release also includes both SQLite3 and Hpricot.

> _why

It would be nice if we could choose which corner got curved,
so it would be easier to make tab control ear or any other curved corner thing.

I'm thinking something like CSS margin: value
# 5px curve on all 4 corner
  background black, :curve => 5
# 5px curve on top left and top right, no curve on bottom right and bottom left
  background black, :curve => [5, 0]
# no curve on top left, 5px curve on top right and bottom right, 6px
curve on bottom left
  background black, :curve => [0, 5, 6]
# 5px on top left, 6px on top right, 7px on bottom right, 8px on bottom left
  background black, :curve => [5, 6, 7, 8]

Thanks,


-- Zakaria
 [EMAIL PROTECTED] Yahoo!: z4k4ri4
 http://zakaria.is-a-geek.org
 http://pemula.linux.or.id

Reply via email to