From: Scott González Date: Fri, 16 Jul 2010 13:37:31 +0000 (-0400) Subject: Class animation demos: Don't chain id and class selectors together in CSS since IE6... X-Git-Tag: 1.8.3~38^2~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf947d17567f971d52e88013609caf17f0a96d22;p=jquery-ui.git Class animation demos: Don't chain id and class selectors together in CSS since IE6 doesn't understand chained rules. --- diff --git a/demos/addClass/default.html b/demos/addClass/default.html index 1bb33b362..e2d9a79b0 100644 --- a/demos/addClass/default.html +++ b/demos/addClass/default.html @@ -11,7 +11,7 @@ .toggler { width: 500px; height: 200px; position: relative;} #button { padding: .5em 1em; text-decoration: none; } #effect { width: 240px; padding: 1em; font-size: 1.2em; border: 1px solid #000; background: #eee; color: #333; } - #effect.newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; } + .newClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }