Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-embedded.html @ 715:c1b1c463bc44 jquery
getting rid of bg div in zoomDrag
author | hertzhaft |
---|---|
date | Sun, 30 Jan 2011 18:32:40 +0100 |
parents | fca26721e8dd |
children | 936d88972cd0 |
comparison
equal
deleted
inserted
replaced
714:667a316edb89 | 715:c1b1c463bc44 |
---|---|
32 div.birdview { | 32 div.birdview { |
33 border: 1px solid white; | 33 border: 1px solid white; |
34 z-index: 1; | 34 z-index: 1; |
35 } | 35 } |
36 | 36 |
37 div.scaler { | |
38 background-color: grey; | |
39 z-index: 0; | |
40 } | |
41 | |
37 div.about { | 42 div.about { |
38 position: absolute; | 43 position: absolute; |
39 width: 200px; | 44 width: 200px; |
40 top: 100px; | 45 top: 100px; |
41 left: 350px; | 46 left: 350px; |
46 background-color: lightgrey; | 51 background-color: lightgrey; |
47 text-align: center; | 52 text-align: center; |
48 display: none; | 53 display: none; |
49 z-index: 1000; | 54 z-index: 1000; |
50 } | 55 } |
51 | 56 |
52 td { | 57 td { |
53 vertical-align: top; | 58 vertical-align: top; |
54 } | 59 } |
55 | 60 |
56 #debug { | 61 #debug { |
57 background-color: beige; | 62 background-color: beige; |
58 position: absolute; | 63 position: absolute; |
59 top: 400px; | 64 top: 400px; |
60 padding: 0px 10px; | 65 padding: 0px 10px; |
61 font-family: Arial; | 66 font-family: Arial; |
62 font-size: 9pt; | 67 font-size: 9pt; |
63 } | 68 } |
64 | 69 |
65 div._log { | 70 div._log { |
66 color: grey; | 71 color: grey; |
67 } | 72 } |
68 | 73 |
69 div._debug { | 74 div._debug { |
71 } | 76 } |
72 | 77 |
73 div._error { | 78 div._error { |
74 color: red; | 79 color: red; |
75 } | 80 } |
76 | 81 |
77 div#test:hover { | 82 div#test:hover { |
78 background-color: cornsilk; | 83 background-color: cornsilk; |
79 } | 84 } |
80 | 85 |
81 </style> | 86 </style> |