Summary:
Fancybox IE rules need updating
Detailed Description:
My logs are filling with a bunch of "File does not exist" errors when
jquerytools is loaded in the admin with IE.
All of the IE rules (starting around Line: 343) need to have the full path for
the images in the "AlphaImageLoader" path.
Instead of just:
(src='fancy_loading.png', sizingMethod='scale')
I had to put:
(src='/modules/JQueryTools/lib/jquery.fancybox/fancy_loading.png',
sizingMethod='scale')