diff client/digitallibrary/jquery/jquery.digilib.js @ 614:0bd19b6cede4 jquery

highlight hovered buttons
author hertzhaft
date Sun, 16 Jan 2011 14:05:17 +0100
parents 53ee659e2d00
children ec131e9699a6
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.js	Sun Jan 16 00:56:59 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.js	Sun Jan 16 14:05:17 2011 +0100
@@ -313,7 +313,7 @@
                 // construct the button html
                 var $button = $('<div class="button"></div>');
                 var $a = $('<a/>');
-                var $img = $('<img/>');
+                var $img = $('<img class="button"/>');
                 $buttonsDiv.append($button);
                 $button.append($a);
                 $a.append($img);