Closed (fixed)
Project:
Lightbox2
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2008 at 18:10 UTC
Updated:
22 Jan 2009 at 14:00 UTC
Render the x close graphic after the caption slide down animation finishes.
Here's a screenshot.
| Comment | File | Size | Author |
|---|---|---|---|
| xclose.jpg | 8.9 KB | sapark |
Comments
Comment #1
TastyBread commentedSmall tweak to lightbox.css fixed this for me (tested FF3, IE6/7):
#bottomNavClose {
display: block;
background: url(../images/close.gif) left no-repeat;
margin-top: 30px;
float: right;
padding-top: 0.7em;
height: 26px;
width: 26px;
}
Comment #2
stella commented@TastyBread - thanks for that. I've tested it in FF3, IE6/7 and Safari 3 and it works perfectly. I've committed it to CVS and it will be included in the next dev release, available later today.
Cheers,
Stella
Comment #3
stella commentedReleased in Lightbox2 6.x-1.9 and 5.x-2.9.
Cheers,
Stella