From dd2f23b314c69bb12d46ccdbd6c6843bbb1b56a0 Mon Sep 17 00:00:00 2001 From: hitman Date: Wed, 23 Sep 2009 12:48:00 +0000 Subject: rearranging the code --- diff --git a/examples/adding_up_to_10/css/lesson.css b/examples/adding_up_to_10/css/lesson.css index c6044b0..2039dee 100755 --- a/examples/adding_up_to_10/css/lesson.css +++ b/examples/adding_up_to_10/css/lesson.css @@ -68,7 +68,7 @@ position:absolute; top:50px; } -#topLtCanvas { +#topLtPaper { -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; @@ -93,7 +93,7 @@ position:absolute; right: 50px; top: 50px; } -#topRtCanvas { +#topRtPaper { background:none none repeat scroll 0 0; position:absolute; left: 50px; @@ -139,7 +139,7 @@ top:10px; left:25px; } -#timerCanvas { +#timerPaper { position:absolute; width:100px; height:150px; @@ -155,7 +155,7 @@ top:10px; left:25px; } -#scoreboxCanvas { +#scoreboxPaper { position:absolute; width:100px; height:150px; @@ -164,7 +164,7 @@ left:25px; } -#chimpCanvas { +#chimpPaper { position:absolute; top:10px; left:25px; diff --git a/examples/adding_up_to_10/index.html b/examples/adding_up_to_10/index.html index 6a7db8b..1918c9f 100755 --- a/examples/adding_up_to_10/index.html +++ b/examples/adding_up_to_10/index.html @@ -24,7 +24,7 @@
-
+
@@ -32,24 +32,24 @@
-
+
- +
-
+
-
+
-
+
@@ -58,14 +58,14 @@