Question

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

Was it helpful?

Solution

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
    })
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top