# HG changeset patch # User hertzhaft # Date 1296063423 -3600 # Node ID 86c4174977f1a6aa2a910087c5c9a808743580ac # Parent 6ec8c8ae02c7d4d76ddbc6874786fd8379dddda2 trying to work around IE bugs, debugging for IE diff -r 6ec8c8ae02c7 -r 86c4174977f1 client/digitallibrary/jquery/jquery-test-embedded.html --- a/client/digitallibrary/jquery/jquery-test-embedded.html Wed Jan 26 15:37:39 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-embedded.html Wed Jan 26 18:37:03 2011 +0100 @@ -9,7 +9,6 @@ } div.digilib { - float: left; padding: 10px; width: 220px; } @@ -47,7 +46,32 @@ display: none; z-index: 1000; } + + td { + vertical-align: top; + } + + #debug { + background-color: beige; + position: absolute; + top: 400px; + padding: 0px 10px; + font-family: Arial; + font-size: 9pt; + } + + div._log { + color: grey; + } + div._debug { + color: darkgreen; + } + + div._error { + color: red; + } + @@ -73,19 +97,34 @@
- -
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+
+
+
+
+ |
+