comparison client/digitallibrary/jquery/jquery-test-full-rc.html @ 716:971bc6c8800e jquery

improved bird image handling. still some issues with bird image position in embedded mode.
author robcast
date Mon, 31 Jan 2011 16:24:31 +0100
parents 661c13bfdcde
children 996a584f1a0b
comparison
equal deleted inserted replaced
712:6349e5c090c6 716:971bc6c8800e
49 div.birdview { 49 div.birdview {
50 border: 1px solid white; 50 border: 1px solid white;
51 position: fixed; 51 position: fixed;
52 bottom: 8px; 52 bottom: 8px;
53 right: 48px; 53 right: 48px;
54 display: none;
55 z-index: 1; 54 z-index: 1;
56 } 55 }
57 56
58 div.about { 57 div.about {
59 position: absolute; 58 position: absolute;
67 background-color: lightgrey; 66 background-color: lightgrey;
68 text-align: center; 67 text-align: center;
69 display: none; 68 display: none;
70 z-index: 1000; 69 z-index: 1000;
71 } 70 }
72 71
73 div.bgDrag { 72 div.scaler {
74 background-color: grey; 73 background-color: grey;
75 z-index: 0; 74 z-index: 0;
76 } 75 }
77 76
78 </style> 77 </style>