comparison client/digitallibrary/jquery/jquery-test-full.html @ 608:5de82bb5022d jquery

setup bird's eye view div
author hertzhaft
date Sun, 16 Jan 2011 19:21:16 +0100
parents dc6b2e7f3621
children e18dedef32fb
comparison
equal deleted inserted replaced
607:dc6b2e7f3621 608:5de82bb5022d
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>