diff client/digitallibrary/jquery/jquery-test-embedded.html @ 715:c1b1c463bc44 jquery

getting rid of bg div in zoomDrag
author hertzhaft
date Sun, 30 Jan 2011 18:32:40 +0100
parents fca26721e8dd
children 936d88972cd0
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-embedded.html	Sun Jan 30 18:11:07 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-embedded.html	Sun Jan 30 18:32:40 2011 +0100
@@ -34,6 +34,11 @@
                 z-index: 1;
                 }
 
+            div.scaler {
+                background-color: grey;
+                z-index: 0;
+                }
+
             div.about {
                 position: absolute;
                 width: 200px;
@@ -48,11 +53,11 @@
                 display: none;
                 z-index: 1000;
                 }
-                
+
             td {
                 vertical-align: top;
                 }
-                
+
             #debug {
                 background-color: beige;
                 position: absolute;
@@ -61,7 +66,7 @@
                 font-family: Arial;
                 font-size: 9pt;
                 }
-               
+
             div._log {
                 color: grey;
                 }
@@ -73,7 +78,7 @@
             div._error {
                 color: red;
                 }
-                
+
             div#test:hover {
                 background-color: cornsilk;
                 }