Mercurial > hg > digilib-old
changeset 428:ec504da8f69a
added a tags for arrows and a:hover images
author | hertzhaft |
---|---|
date | Thu, 22 Dec 2005 11:23:18 +0100 |
parents | 84aee0e6d64e |
children | 813a155d1338 |
files | client/digitallibrary/greyskin/diginew.css client/digitallibrary/greyskin/diginew.jsp |
diffstat | 2 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/client/digitallibrary/greyskin/diginew.css Thu Dec 22 11:21:35 2005 +0100 +++ b/client/digitallibrary/greyskin/diginew.css Thu Dec 22 11:23:18 2005 +0100 @@ -29,28 +29,25 @@ } a.arrow:hover { -/* background-color: lightgray; */ + /* background-color: lightgray; */ background-repeat: no-repeat; + background-position: center; } a#up:hover { background-image: url('up.png'); - background-position: center; } a#down:hover { background-image: url('down.png'); - background-position: center; } a#left:hover { background-image: url('left.png'); - background-position: middle; } a#right:hover { background-image: url('right.png'); - background-position: middle; } /* Images */
--- a/client/digitallibrary/greyskin/diginew.jsp Thu Dec 22 11:21:35 2005 +0100 +++ b/client/digitallibrary/greyskin/diginew.jsp Thu Dec 22 11:23:18 2005 +0100 @@ -94,7 +94,8 @@ loadScalerImage(); // ruft auch dl_init() / initScaler auf loadBirdImage(); // lädt das Bird's Eye Bild reflectImageStatus(); // adjust icons - showArrows(); + showArrows(); // show arrow overlays for zoom navigation + moveCenter(); // click to move point to center } // base_init(); // now done on loading baselib.js