Mercurial > hg > digilib
diff client/digitallibrary/jquery/jquery.digilib.js @ 607:dc6b2e7f3621 jquery
highlight hovered buttons
author | hertzhaft |
---|---|
date | Sun, 16 Jan 2011 14:05:17 +0100 |
parents | d08d095430c3 |
children | 5de82bb5022d |
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);