Render the x close graphic after the caption slide down animation finishes.

Here's a screenshot.

CommentFileSizeAuthor
xclose.jpg8.9 KBsapark

Comments

TastyBread’s picture

Small 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;
}

stella’s picture

Category: feature » bug
Status: Active » Fixed

@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

stella’s picture

Released in Lightbox2 6.x-1.9 and 5.x-2.9.

Cheers,
Stella

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.