diff client/digitallibrary/jquery/jquery-test-full.html @ 616:55e06ebb879f jquery

setup the 'about' window
author hertzhaft
date Sun, 16 Jan 2011 19:52:06 +0100
parents ec131e9699a6
children cd846b5c8be8
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html	Sun Jan 16 19:21:16 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-full.html	Sun Jan 16 19:52:06 2011 +0100
@@ -34,6 +34,20 @@
                 z-index: 1;
                 }
 
+            div.about {
+                position: absolute;
+                width: 200px;
+                top: 100px;
+                left: 350px;
+                height: 200px;
+                padding: 0px 2px;
+                font-family: Verdana, Arial, Helvetica, sans-serif;
+                border: 2px solid lightcyan;
+                background-color: lightgrey;
+                text-align: center;
+                z-index: 1000;
+                }
+
         </style>
 
         <script type="text/javascript" src="jquery-1.4.4.js"></script>