0

there's a random white box showing up in my ie7 below the footer. looks fine in firefox/safari 4/chrome. i used debugger to inspect and it's showing up as a fancybox div.

thing is, i don't think i'm using fancybox anywhere. confused.

http://bit.ly/bT2CI

4

1 回答 1

0

View your source. It confirms you are using fancybox

You have the following js line (line 21 in the html)

$(".gallery a").fancybox({
        'hideOnContentClick': true
    })
于 2009-09-27T07:14:54.497 回答