Mercurial > hg > digilib-old
comparison client/digitallibrary/jquery/jquery-test-full.html @ 755:4c0cc97a6399 jquery
ugly workaround for IE7 image load handler bug
author | hertzhaft |
---|---|
date | Sun, 06 Feb 2011 18:25:41 +0100 |
parents | aee08dbfccae |
children | f0be4432f515 |
comparison
equal
deleted
inserted
replaced
754:ce5a0e6b5ee9 | 755:4c0cc97a6399 |
---|---|
6 | 6 |
7 <style type="text/css"> | 7 <style type="text/css"> |
8 body { | 8 body { |
9 background: silver; | 9 background: silver; |
10 } | 10 } |
11 | |
12 #debug { | |
13 background-color: beige; | |
14 position: absolute; | |
15 opacity: 50%; | |
16 top: 4px; | |
17 left: 300px; | |
18 width: 500px; | |
19 padding: 0px 5px; | |
20 font-family: Arial; | |
21 font-size: 9px; | |
22 } | |
11 | 23 |
12 </style> | 24 </style> |
13 | 25 |
14 <script type="text/javascript" src="jquery-1.4.4.js"></script> | 26 <script type="text/javascript" src="jquery-1.4.4.js"></script> |
15 <script type="text/javascript" src="dlGeometry.js"></script> | 27 <script type="text/javascript" src="dlGeometry.js"></script> |
33 <body> | 45 <body> |
34 | 46 |
35 <div id="digilib-1" class="digilib"> | 47 <div id="digilib-1" class="digilib"> |
36 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> | 48 <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> |
37 </div> | 49 </div> |
50 <div id="debug">DEBUG</div> | |
38 </body> | 51 </body> |
39 </html> | 52 </html> |
40 | 53 |