From f445d3c145931a6737f8fa26faea8ef4256fc343 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 3 Mar 2009 11:01:55 +0000 Subject: demos: simplified class effect demos to work in IE6 --- demos/switchClass/default.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'demos/switchClass/default.html') diff --git a/demos/switchClass/default.html b/demos/switchClass/default.html index eb59da648..09b48c9dc 100644 --- a/demos/switchClass/default.html +++ b/demos/switchClass/default.html @@ -10,9 +10,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; border: 1px solid #000; background: #eee; color: #333; } - #effect.anotherNewClass { line-height: 2; text-indent: 40px; opacity: .8; letter-spacing: .4em; width: 410px; height: 100px; padding: 30px; margin: 10px; font-size: 1.6em; border: 5px solid orange; background: #2c4359; color: #fff; } - + #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; }