Closed (fixed)
Project:
Lightbox2
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
30 Sep 2006 at 09:47 UTC
Updated:
10 May 2007 at 08:47 UTC
When I tried to mouse over the Close button in Firefox (Windows XP), cursor did not changed to hand, because the clickable anchor is located below the button. I've changed the following row in the CSS file:
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em;}
to
#imageData #bottomNavClose{ width: 66px; float: right; padding-top: 0.7em;}
and it works now both in FF and IE.
Comments
Comment #1
stella commentedShould be fixed in both lightbox2 4.7.x-1.0 and lightbox2 5.x-1.1.
Cheers,
Stella
Comment #2
stella commented