comparison client/digitallibrary/jquery/jquery-test-full.html @ 762:aab01da232ef jquery

small preparations for SVG
author hertzhaft
date Thu, 10 Feb 2011 09:20:56 +0100
parents f0be4432f515
children 6d7c51e4724b
comparison
equal deleted inserted replaced
761:16778bd2de7c 762:aab01da232ef
6 6
7 <style type="text/css"> 7 <style type="text/css">
8 body { 8 body {
9 background: silver; 9 background: silver;
10 } 10 }
11
12 div.digilib {
13 /* padding for buttons and bird-div */
14 padding-right: 18px;
15 padding-bottom: 100px;
16 /* width: 220px; */
17 }
18
19 div.svg {
20 position: absolute;
21 background: transparent;
22 }
23
24 td {
25 vertical-align: top;
26 }
27
28 div#test:hover {
29 background-color: cornsilk;
30 }
11 31
12 #debug { 32 #debug {
13 background-color: beige; 33 background-color: beige;
14 position: absolute; 34 position: absolute;
15 opacity: 50%; 35 opacity: 50%;
19 padding: 0px 5px; 39 padding: 0px 5px;
20 font-family: Arial; 40 font-family: Arial;
21 font-size: 9px; 41 font-size: 9px;
22 } 42 }
23 43
44 div._log {
45 color: grey;
46 }
47
48 div._debug {
49 color: darkgreen;
50 }
51
52 div._error {
53 color: red;
54 }
24 </style> 55 </style>
25 56
26 <script type="text/javascript" src="jquery-1.4.4.js"></script> 57 <script type="text/javascript" src="jquery-1.4.4.js"></script>
27 <script type="text/javascript" src="dlGeometry.js"></script> 58 <script type="text/javascript" src="dlGeometry.js"></script>
28 <script type="text/javascript" src="jquery.cookie.js"></script> 59 <script type="text/javascript" src="jquery.cookie.js"></script>