Hi,
No..... this should be localized to your computer and your IE settings and installed fonts.
I have no problems with your pages in IE8 and 9 beta.
mmm. check for a new version of mootools (it is better to use a CDN instead of a local copy on your server so you always have the latest version). It is using page Transitions which is MSIE proprietry....
although I have this enabled (Advanced tab of Internet Options - Enable page transitions) without affect...
also go to
enhanceie.com/ua.aspx
and check your IE's userAgentString... since your are using Mootools which uses userAgent sniffing to serve up different code versions. Another reason to use a CDN instead of a local copy.
Your MooTools or your IE UAS seems to be the likely candidate.... causing the incorrect application of a DX filter or transform.
Typically IE's fonts look fuzzy when the opacity filter is applied... see Google.com.
A quick test is to disable "Enable page transitions" on the Advanced tab of Internet Options, although the opacity filter is unaffected, but it should block the Mootools transitions.
Using Font-families - If you specify a font-family in your style rules, web browsers will try to use it when rendering the page. If the font is not installed on the user's computer then the browser will attempt to use the Default web font, which may or may not be a true-type font that supports antialias . The result is that if you use font-family rules and filter rules, the user may see a font that does not support smoothing and the fonts on the page may look pixelated.
IE9 and other Standards compliant browsers do not support MS page Transitions. Probably the short answer is to remove the Mootools fx transitions. But also check your IE userAgent String which may be causing your mootools to incorrectly detect another browser when you are actually using IE.
Hi,
I seem to be missing the option: (Advanced tab of Internet Options - Enable page transitions).
I activated the Mootools Upgrade Plugin in Joomla. It broke all the Mootools Effects when in IE9. These effects worked in the other browsers.I have made the Template Manufacturer (
www.rockettheme.com/forum/index.php?f=39...15215&rb_v=viewtopic
) aware of the problem. I don't expect any sort of solution until IE9 is out of BETA.
There is some good news! The Fuzzy Font has gone. I updated my display driver again but this time I did it straight from the Device Manager. So I guess this post can be marked as resolved.
