Seems like IE Flicker bug to me...(http://www.mister-pixel.com)
many problems are fixed by just adding the fix. This is common among tickers
as I have had this problem alot in the past with other tickers. Also, It
seems to have kind of an overall boost with heavy CSS & Javascript load in
IE...
<code>
//Stop IE flicker
if ($.browser.msie == true) {
document.execCommand('BackgroundImageCache', false, true);
}
</code>
Try it and let me know how it goes, good luck! :)
-EJ
Jason Levine wrote:
>
> My company has an internal Portal system and I was planning on making some
> major changes to the functionality it offers by enhancing it with JQuery
> powered features. However, I've run into a problem with one of these
> features (dubbed "Portal Gadgets"). When my page loads up, I use "load"
> to pull content from another page via AJAX. Some of these content
> elements utilize my JTicker plugin.
>
> My problem is that the text in the JTicker plugin is coming in blurry.
> It's almost like it is being rendered twice by Internet Explorer. (One
> time slightly off from the other.) FireFox doesn't exhibit this problem
> at all.
>
> Could you take a look at this page and let me know what I can do to fix
> this? Is it a bug in JTicker? JQuery? My Portal Gadgets code?
>
> Here's a sample page:
>
> http://www.nehealth.com/PortalGadgets/
>
> Thanks in advance,
>
> -Jason Levine
>
>
>
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/Blurry-Text-using-JQuery...-But-only-in-IE-tf2503213.html#a6991311
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/