diff client/digitallibrary/jquery/jquery-test-full.html @ 755:4c0cc97a6399 jquery

ugly workaround for IE7 image load handler bug
author hertzhaft
date Sun, 06 Feb 2011 18:25:41 +0100
parents aee08dbfccae
children f0be4432f515
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html	Sun Feb 06 00:12:47 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-full.html	Sun Feb 06 18:25:41 2011 +0100
@@ -9,6 +9,18 @@
                  background: silver;
             }
 
+            #debug {
+                background-color: beige;
+                position: absolute;
+                opacity: 50%;
+                top: 4px;
+                left: 300px;
+                width: 500px;
+                padding: 0px 5px;
+                font-family: Arial;
+                font-size: 9px;
+                }
+
         </style>
 
         <script type="text/javascript" src="jquery-1.4.4.js"></script>
@@ -35,6 +47,7 @@
         <div id="digilib-1" class="digilib">
             <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&amp;dh=200&amp;fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" />
         </div>
+        <div id="debug">DEBUG</div>
     </body>
 </html>