diff client/digitallibrary/jquery/jquery-test-full-rc.html @ 716:6b9b8e1401d8 jquery

goto page works now (with window.prompt)
author robcast
date Sun, 30 Jan 2011 18:52:19 +0100
parents 09f61af0a6dd
children 123706249227
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full-rc.html	Sun Jan 30 18:32:40 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-full-rc.html	Sun Jan 30 18:52:19 2011 +0100
@@ -10,8 +10,6 @@
             }
 
             div.digilib {
-                float: left;
-                padding: 10px;
             }
 
             div.buttons {
@@ -19,7 +17,8 @@
                 right: 5px;
                 top: 5px;
                 padding: 3px;
-                background-color: silver;
+                background-color: transparent;
+                z-index: 20;
             }
 
             img.button:hover {
@@ -44,7 +43,7 @@
               position: absolute;
               /* border: 2px solid #ffa060; */
               border: 2px solid #ff0000;
-              z-index: 200;
+              z-index: 100;
               }
 
             div.birdview {
@@ -70,6 +69,11 @@
                 display: none;
                 z-index: 1000;
                 }
+                
+            div.bgDrag {
+                background-color: grey;
+                z-index: 0;
+                }
 
         </style>