diff client/digitallibrary/jquery/jquery-test-full.html @ 712:823f0050f7eb jquery

'reset' should reset fitwidth/fitheight, too
author hertzhaft
date Sun, 30 Jan 2011 16:38:54 +0100
parents d533bdf0e64e
children c1b1c463bc44
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html	Sun Jan 30 16:37:05 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-full.html	Sun Jan 30 16:38:54 2011 +0100
@@ -17,7 +17,8 @@
                 right: 5px;
                 top: 5px;
                 padding: 3px;
-                background-color: silver;
+                background-color: transparent;
+                z-index: 20;
             }
 
             img.button:hover {
@@ -42,7 +43,7 @@
               position: absolute;
               /* border: 2px solid #ffa060; */
               border: 2px solid #ff0000;
-              z-index: 200;
+              z-index: 100;
               }
 
             div.birdview {
@@ -71,6 +72,7 @@
                 
             div.bgDrag {
                 background-color: grey;
+                z-index: 0;
                 }
 
         </style>