ChavezArquitectos / curvycorners

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

error in ie if specifying nested class in css #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
specify the border radius attributes for a css class nested in another class 
(for example: ".content .box" meaning just .box or ".sidebar .box" should not 
be affected because it's not inside .content)

What is the expected output? What do you see instead?
I want the div's of the css class "box" to have rounded corners but only if 
they are nested inside div's of the css class "content".

I get no rounded corners at all and an error.

What version of the product are you using? On what operating system?
2.0.4, vista, ie

Please provide any additional information below.

.content .box {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

Original issue reported on code.google.com by William...@gmail.com on 29 Jun 2010 at 6:56

GoogleCodeExporter commented 8 years ago
This has been fixed since v 2.0.4.

Original comment by c.1%smit...@gtempaccount.com on 22 Jul 2010 at 10:00