comparison client/digitallibrary/jquery/jquery-test-full.html @ 610:2f2cd8c44a1c jquery

toggle view event handlers for bird's eye and 'about windows
author hertzhaft
date Sun, 16 Jan 2011 22:24:50 +0100
parents e18dedef32fb
children d332c61da1b0
comparison
equal deleted inserted replaced
609:e18dedef32fb 610:2f2cd8c44a1c
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