When doing a modal pop up using jquery.fancybox-1.2.6.js it works on every platform I have tried except IE8 when set to compatibility mode.
When the modal tries to display I get a javascript "not implemented" error on the page that keeps the modal from ever popping up. It gives the line number (line 207) the error occurs on in jquery.fancybox-1.2.6.js and this contains the following
$("#fancy_content")[0].style.removeExpression("height");
I did some old school fact finding with alert statements and it seems .style works, it is the removeExpression function that is "not implemented".
Anyone been able to get around this issue?