Mercurial > hg > digilib-old
diff client/digitallibrary/jquery/jquery-test-full.html @ 852:4658ec2f9565 jquery
why not use coords attribute for coords?
author | hertzhaft |
---|---|
date | Mon, 07 Mar 2011 09:54:36 +0100 |
parents | 47a6b93bde43 |
children | 2c401f68d577 |
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html Mon Mar 07 09:30:55 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Mon Mar 07 09:54:36 2011 +0100 @@ -84,11 +84,11 @@ <div id="digilib-1" class="digilib"> <img src="http://digilib.biblhertz.it/digilib04/servlet/Scaler?dw=200&dh=200&fn=/digisprint/jquery/FransHals-WillemVanHeythuysen" /> - <div class="keep regioncontent"> - <a href="http://www.mpiwg-berlin.mpg.de" rel="area:0.1/0.1/0.4/0.1">MPI fuer Wissenschaftsgeschichte</a> - <a href="http://www.biblhertz.it" rel="area:0.5/0.8/0.4/0.1">Bibliotheca Hertziana</a> - <a rel="area:0.3/0.5/0.15/0.1" /> - </div> + <div class="keep regioncontent"> + <a href="http://www.mpiwg-berlin.mpg.de" coords="0.1,0.1,0.4,0.1">MPI fuer Wissenschaftsgeschichte</a> + <a href="http://www.biblhertz.it" coords="0.5,0.8,0.4,0.1">Bibliotheca Hertziana</a> + <a coords="0.3,0.5,0.15,0.1" /> + </div> </div> <div id="debug">DEBUG</div> </body>