Sorry, my fault. It was a cut and paste typo on my part. I included too much. I've fixed the file attached to my previous post, you can download it again and it will be fine.
Just in case it got cached, when you download it again look inside it at the end. Make sure it does not have the highlighted:
Code:
. . . dowHeight = self.innerHeight;
} else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
windowHeight = document.documentElement.clientHeight;
} else if (document.body) { // other Explorers
windowHeight = document.body.clientHeight;
}
return windowHeight
}
})(jQuery);
</script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('a[rel*=facebox]').facebox()
})
Again, please accept my apologies.
Bookmarks