I was hoping that someone can help me with this fancybox plugin issue.
Problem is in the IE7 and IE8.
Error – SCRIPT87: Could not get the display property. Invalid argument.
As I noticed scripts break on this line:
$(fx).animate({prop: 1}, {
duration : currentOpts.speedIn,
easing : currentOpts.easingIn,
step : _draw,
complete : _finish
});
I’m using jquery version 1.4.2
live example and issue on this link:
http://goo.gl/x0rF7
Problem fixed.
Not the best way but it working
I removed all animation and just wrote
Thanks for the answer JFK, I tryed with that but no