Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-full.html @ 617:cd846b5c8be8 jquery
toggle view event handlers for bird's eye and 'about windows
author | hertzhaft |
---|---|
date | Sun, 16 Jan 2011 22:24:50 +0100 |
parents | 55e06ebb879f |
children | 09167ef1512e |
comparison
equal
deleted
inserted
replaced
616:55e06ebb879f | 617:cd846b5c8be8 |
---|---|
29 div.birdview { | 29 div.birdview { |
30 border: 1px solid white; | 30 border: 1px solid white; |
31 position: fixed; | 31 position: fixed; |
32 bottom: 8px; | 32 bottom: 8px; |
33 right: 48px; | 33 right: 48px; |
34 display: none; | |
34 z-index: 1; | 35 z-index: 1; |
35 } | 36 } |
36 | 37 |
37 div.about { | 38 div.about { |
38 position: absolute; | 39 position: absolute; |
43 padding: 0px 2px; | 44 padding: 0px 2px; |
44 font-family: Verdana, Arial, Helvetica, sans-serif; | 45 font-family: Verdana, Arial, Helvetica, sans-serif; |
45 border: 2px solid lightcyan; | 46 border: 2px solid lightcyan; |
46 background-color: lightgrey; | 47 background-color: lightgrey; |
47 text-align: center; | 48 text-align: center; |
49 display: none; | |
48 z-index: 1000; | 50 z-index: 1000; |
49 } | 51 } |
50 | 52 |
51 </style> | 53 </style> |
52 | 54 |