comparison client/digitallibrary/jquery/jquery-test-full-rc.html @ 723:123706249227 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 6b9b8e1401d8
children 936d88972cd0
comparison
equal deleted inserted replaced
719:3da6db751448 723:123706249227
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>