Close button

Page: 1

Author Post
Member
Registered: Nov 2008
Posts: 11
Hi there,

great update to the site and Floatbox! Thanks.

Both in IE and FF I can see a part of the English "close" button when accessing the Floatbox from Germany (see screenshot here: http://tinyurl.com/dynyc7). Maybe some numbers don't work out that should hide this part to international users?

Any way to fix that?

CHeers,
David.
Administrator
Registered: Aug 2008
Posts: 3382
My apologies. This is an error on my part that shouldn't have occurred.
The width of the close button is set wrong in floatbox.css.

#fbBox #fbClose {
width: 51px;

should be

#fbBox #fbClose {
width: 46px;

You can make this change in your floatbox.css file, and I'll update the zip download right away. Thanks for reporting it.

Page: 1