Closed GoogleCodeExporter closed 9 years ago
I also try with jQuery v1.7.2.
Same issue.
Original comment by remy.vac...@gmail.com
on 25 Sep 2013 at 1:13
Screenshot after closing the Fancybox on ie8:
Original comment by remy.vac...@gmail.com
on 25 Sep 2013 at 1:15
Attachments:
The Solution is there:
http://test2.sogix.com/test-remy/test-fancybox-ie8-googlefonts/solution/index.ht
ml
Original comment by remy.vac...@gmail.com
on 26 Sep 2013 at 3:01
id add to the google fonts call in the head of the parent window
and
this in the fancybox-init:
'beforeClose': function() {
if ($("html").hasClass("lt-ie9")) {
$("#googlefonts-loader").attr('href', 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Share:400,700');
}
}
Original comment by remy.vac...@gmail.com
on 26 Sep 2013 at 3:05
Cool :)
Original comment by dcrossland@google.com
on 26 Sep 2013 at 4:10
Original issue reported on code.google.com by
remy.vac...@gmail.com
on 24 Sep 2013 at 8:31