Quote Originally Posted by banswidthjunkie View Post
Yes, this is a bug in the lightbox code, the close button is a link to the same page. There is an onclick event for this button that overrides this behaviour, but sometimes it doesn't want to work. I've got no idea why that is, it could be that there is some conflicting code that stops the binding from occurring. Anyway, the solution to this is to change the label from being a link, to a div in the javascript. This prevents this from ever happening.
Are you referring to the IE issue? or my first issue?