anth001 / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

No support for separate corners #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using border radius styles to make a tab effect by setting the radius
on the top-left and top-right borders.

Unfortunately this doesn't seem to be supported by this htc file.

Would this be possible as an addition?

Thanks.

Original issue reported on code.google.com by g...@spudley.com on 3 Sep 2009 at 9:55

GoogleCodeExporter commented 8 years ago
Not possible using this method.

Original comment by nickandr...@gmail.com on 18 Nov 2009 at 3:29

GoogleCodeExporter commented 8 years ago
Confirmed. Not possible using VML ( this method.) Try more on SVG

Original comment by rahnas on 18 Nov 2009 at 4:04

GoogleCodeExporter commented 8 years ago
One option might be use four different V:Curve instead of a single RoundRect as 
is currently done?  That might be a bit hackish.... but it seems there is no 
other way to fully implement border-radius 
http://www.w3.org/TR/css3-background/#the-border-radius

Original comment by tyler.wa...@gmail.com on 2 Oct 2011 at 9:38