Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-full-rc.html @ 716:6b9b8e1401d8 jquery
goto page works now (with window.prompt)
author | robcast |
---|---|
date | Sun, 30 Jan 2011 18:52:19 +0100 |
parents | 09f61af0a6dd |
children | 123706249227 |
comparison
equal
deleted
inserted
replaced
715:c1b1c463bc44 | 716:6b9b8e1401d8 |
---|---|
8 body { | 8 body { |
9 background: silver; | 9 background: silver; |
10 } | 10 } |
11 | 11 |
12 div.digilib { | 12 div.digilib { |
13 float: left; | |
14 padding: 10px; | |
15 } | 13 } |
16 | 14 |
17 div.buttons { | 15 div.buttons { |
18 position: fixed; | 16 position: fixed; |
19 right: 5px; | 17 right: 5px; |
20 top: 5px; | 18 top: 5px; |
21 padding: 3px; | 19 padding: 3px; |
22 background-color: silver; | 20 background-color: transparent; |
21 z-index: 20; | |
23 } | 22 } |
24 | 23 |
25 img.button:hover { | 24 img.button:hover { |
26 background-image: url('../greyskin/corona.png'); | 25 background-image: url('../greyskin/corona.png'); |
27 } | 26 } |
42 | 41 |
43 div.digilib div.zoomrect { | 42 div.digilib div.zoomrect { |
44 position: absolute; | 43 position: absolute; |
45 /* border: 2px solid #ffa060; */ | 44 /* border: 2px solid #ffa060; */ |
46 border: 2px solid #ff0000; | 45 border: 2px solid #ff0000; |
47 z-index: 200; | 46 z-index: 100; |
48 } | 47 } |
49 | 48 |
50 div.birdview { | 49 div.birdview { |
51 border: 1px solid white; | 50 border: 1px solid white; |
52 position: fixed; | 51 position: fixed; |
67 border: 2px solid lightcyan; | 66 border: 2px solid lightcyan; |
68 background-color: lightgrey; | 67 background-color: lightgrey; |
69 text-align: center; | 68 text-align: center; |
70 display: none; | 69 display: none; |
71 z-index: 1000; | 70 z-index: 1000; |
71 } | |
72 | |
73 div.bgDrag { | |
74 background-color: grey; | |
75 z-index: 0; | |
72 } | 76 } |
73 | 77 |
74 </style> | 78 </style> |
75 | 79 |
76 <script type="text/javascript" src="jquery-1.4.4.js"></script> | 80 <script type="text/javascript" src="jquery-1.4.4.js"></script> |