3s2ng Posted May 14, 2009 Share Posted May 14, 2009 Hi Freaks, I need a little help. I'm currently doing a project and about to due tomorrow but I'm having a little problem on the font display in IE. Here is the scenario. I got a main page which looks fine both in IE and FF. Then I'm using the jquery zoombox to load an HTML page. Inside the zoombox the font looks bad but if I view just the HTML page it looks ok. Am I missing something? Here is an example http://candidate.seemecv.com/v2/index.php click on the first image box it will show an HTML page that page is http://candidate.seemecv.com/v2/what.php then just open this page in the browser. http://candidate.seemecv.com/v2/what.php Use IE to view these pages. In FF it works fine. I hope someone help me with this asap. I've been troubleshooting this for more than 5hours now. Link to comment https://forums.phpfreaks.com/topic/158139-solved-font-looks-different-in-ie/ Share on other sites More sharing options...
3s2ng Posted May 15, 2009 Author Share Posted May 15, 2009 Hi Freaks, I already fixed my problem. I just want to share for future reference. I found out that jquery has a bug on fadeInand fadeOut effect. It doesnt render the font into cleartype. The solutions for this is to disable the "filter attribute in IE." $('#zoombox_contenu').fadeIn("fast",function() { if(jQuery.browser.msie) this.style.removeAttribute('filter'); }); I hope this one helps. Link to comment https://forums.phpfreaks.com/topic/158139-solved-font-looks-different-in-ie/#findComment-834493 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.