views:

200

answers:

1
A: 

The only thing that makes sense to me is that either something on the "page.php" opens another Thickbox, or that the "page.php" itself contains the extra title.

Since you're not doing anything out of the ordinary with the Thickbox class, I doubt that it is a bug in the actual script.

To debug this, I would first remove the "tag=lists-element" from the query string of the URL, as I don't think that is a Thickbox option (correct me if I'm wrong). That way you can strip it down to the basics and test from there.

James Skidmore
You are correct on the tag=...that has to do with my script. I took that out and still no luck but I'm still looking to what might be going on. I think it has something to do with the frames. I did just notice that thickbox is no longer supported. Maybe it's time to move to jQueryUI's dialog.?.
Jason
I've always used Colorbox (http://colorpowered.com/colorbox). You should definitely check it out -- it's SO easy to use and very powerful/customizable.
James Skidmore