You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

IE looses cleartype when using overlay Created Nov 16, 2009

This thread is solved

Views: 1683     Replies: 5     Last reply Mar 30, 2010  
You must login first before you can use this feature

tidelipop

Posts: 8

Registered:
Nov 16, 2009

IE looses cleartype when using overlay

Posted: Nov 16, 2009

If you have enabled cleartype in Windows XP and is running IE.
Try the demos of overlay on this site and you'll see that the text isn't using the beatiful cleartype font. This is obviously an IE bug... but is there a solution för this?

/Andreas

custa1200

Posts: 54

Registered:
Oct 31, 2009

» IE looses cleartype when using overlay

Posted: Nov 24, 2009

Reply to: IE looses cleartype when using overlay, from tidelipop
Yeah don't use IE or better still move to Mac OS X :) Cleartype in the browser really does suck.

tidelipop

Posts: 8

Registered:
Nov 16, 2009

» » IE looses cleartype when using overlay

Posted: Nov 24, 2009

Reply to: » IE looses cleartype when using overlay, from custa1200
Great advise! ..at home I already run a new iMac and I love it, but the problem is that I use this at work and IE is standard there. Yeah I know it sucks!

If anyone has a solution to this problem I would appreciate it!

IamKevinJohnson

Posts: 7

Registered:
Aug 19, 2009

» » » IE looses cleartype when using overlay

Posted: Feb 17, 2010

Reply to: » » IE looses cleartype when using overlay, from tidelipop
This is sort of an old post, but I had this same issue with IE and solved it with this:



var api = $("#test").overlay({closeOnClick: true,oneInstance: true, api: true, effect: 'apple',top: sTop,left: sLeft});
$("#test").fadeIn(100, function() {
    api.load();if($.browser.msie==true){this.style.removeAttribute('filter')} 
    setTimeout(function() {
        $("#test .details *").css("visibility","visible");
        $("#test .details *").slideDown(200, function() {
        $(this).show();
    });
    }, 1000);
});


Doublem524

Posts: 3

Registered:
Dec 9, 2009

» » IE looses cleartype when using overlay

Posted: Dec 9, 2009

Reply to: » IE looses cleartype when using overlay, from custa1200
Can you make everyone else in the world ditch IE?

In the meantime, is there any real solution to this?

jlgenf

Posts: 5

Registered:
Mar 27, 2010

» IE looses cleartype when using overlay

Posted: Mar 30, 2010

Reply to: IE looses cleartype when using overlay, from tidelipop
has anyone found a solution for that?
couldn't make it work with the code above...