comparison client/digitallibrary/jquery/jquery-test-full.html @ 615:ec131e9699a6 jquery

setup bird's eye view div
author hertzhaft
date Sun, 16 Jan 2011 19:21:16 +0100
parents 0bd19b6cede4
children 55e06ebb879f
comparison
equal deleted inserted replaced
614:0bd19b6cede4 615:ec131e9699a6
23 } 23 }
24 24
25 img.button:hover { 25 img.button:hover {
26 background-image: url('../greyskin/corona.png'); 26 background-image: url('../greyskin/corona.png');
27 } 27 }
28
29 div.birdview {
30 border: 1px solid white;
31 position: fixed;
32 bottom: 8px;
33 right: 48px;
34 z-index: 1;
35 }
28 36
29 </style> 37 </style>
30 38
31 <script type="text/javascript" src="jquery-1.4.4.js"></script> 39 <script type="text/javascript" src="jquery-1.4.4.js"></script>
32 <script type="text/javascript" src="dlGeometry.js"></script> 40 <script type="text/javascript" src="dlGeometry.js"></script>