comparison client/digitallibrary/jquery/jquery-test-full.html @ 712:823f0050f7eb jquery

'reset' should reset fitwidth/fitheight, too
author hertzhaft
date Sun, 30 Jan 2011 16:38:54 +0100
parents d533bdf0e64e
children c1b1c463bc44
comparison
equal deleted inserted replaced
711:eab17859be79 712:823f0050f7eb
15 div.buttons { 15 div.buttons {
16 position: fixed; 16 position: fixed;
17 right: 5px; 17 right: 5px;
18 top: 5px; 18 top: 5px;
19 padding: 3px; 19 padding: 3px;
20 background-color: silver; 20 background-color: transparent;
21 z-index: 20;
21 } 22 }
22 23
23 img.button:hover { 24 img.button:hover {
24 background-image: url('../greyskin/corona.png'); 25 background-image: url('../greyskin/corona.png');
25 } 26 }
40 41
41 div.digilib div.zoomrect { 42 div.digilib div.zoomrect {
42 position: absolute; 43 position: absolute;
43 /* border: 2px solid #ffa060; */ 44 /* border: 2px solid #ffa060; */
44 border: 2px solid #ff0000; 45 border: 2px solid #ff0000;
45 z-index: 200; 46 z-index: 100;
46 } 47 }
47 48
48 div.birdview { 49 div.birdview {
49 border: 1px solid white; 50 border: 1px solid white;
50 position: fixed; 51 position: fixed;
69 z-index: 1000; 70 z-index: 1000;
70 } 71 }
71 72
72 div.bgDrag { 73 div.bgDrag {
73 background-color: grey; 74 background-color: grey;
75 z-index: 0;
74 } 76 }
75 77
76 </style> 78 </style>
77 79
78 <script type="text/javascript" src="jquery-1.4.4.js"></script> 80 <script type="text/javascript" src="jquery-1.4.4.js"></script>