Jump to content

[SOLVED] Font looks different in IE


3s2ng

Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.