diff client/digitallibrary/jquery/jquery-test-full.html @ 612:fb94f1b74d59 jquery

bind data and actions to buttons
author hertzhaft
date Fri, 14 Jan 2011 17:07:09 +0100
parents 435f81210a33
children 53ee659e2d00
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html	Fri Jan 14 15:21:15 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-full.html	Fri Jan 14 17:07:09 2011 +0100
@@ -14,6 +14,16 @@
                 padding: 10px;
             }
             
+            div.buttons {
+                position: fixed;
+                right: 5px;
+                top: 5px;
+                padding: 3px;
+                background-color: silver;	 
+  }
+
+
+            
         </style>
     
         <script type="text/javascript" src="jquery-1.4.4.js"></script>