From bf947d17567f971d52e88013609caf17f0a96d22 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 16 Jul 2010 09:37:31 -0400 Subject: Class animation demos: Don't chain id and class selectors together in CSS since IE6 doesn't understand chained rules. --- demos/switchClass/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/switchClass/default.html') diff --git a/demos/switchClass/default.html b/demos/switchClass/default.html index bfb0c9c8b..81c69c879 100644 --- a/demos/switchClass/default.html +++ b/demos/switchClass/default.html @@ -11,8 +11,8 @@ .toggler { width: 500px; height: 200px; position: relative;} #button { padding: .5em 1em; text-decoration: none; } #effect {position: relative; } - #effect.newClass { width: 240px; padding: 1em; letter-spacing: 0; font-size: 1.2em; } - #effect.anotherNewClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; } + .newClass { width: 240px; padding: 1em; letter-spacing: 0; font-size: 1.2em; margin: 0; } + .anotherNewClass { text-indent: 40px; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; }