ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Not compatible with RGBA background colors #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
for example change #mybox from your first example to
#myBox {
    margin: 0.5in auto;
    color: #000;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.5); /*HERE RGBA colors are not supported*/
    border: 3px solid #fff;
}

And the small divs become cyan color.

I am using Safari4.

thanks for this code. I might be able to fix it.

Original issue reported on code.google.com by nach...@gmail.com on 2 Jan 2010 at 12:20

GoogleCodeExporter commented 8 years ago
IE doesn't support RGBA. curvyCorners is designed to facilitate rounded corners 
across 
all browsers. It is therefore geared towards coping with IE-compatible CSS. I 
fear that 
if, by analogy with this example, it were also expected to implement all CSS in 
respect 
of which IE is deficient, curvyCorners would start to suffer from feature creep 
- not 
to mention code bloat!

Original comment by c.1%smit...@gtempaccount.com on 4 Jan 2010 at 4:31