Im using shinding engine , and whenever I move one gadget for repositioning, the bold text inside that gadget gets distorted.
|
feedback
|
|
IE has an issue where it stops using anti-aliasing once parts of the DOM are modified. There are some work-arounds (Google for these). I think IE9 fixes the problem. See this question: jQuery fadeIn leaves text not anti-aliased in IE7 Some links in that seem dead. One of these two changes might help (you may have to experiment with which element to apply them to):
or
Other info: http://reference.sitepoint.com/css/haslayout http://reference.sitepoint.com/css/filter | |||||
|
feedback
|
|
Internet Explorer gets rid of Anti-Aliasing temporarily when performing such tasks as jQuery fade and the example you gave! | |||
|
feedback
|
|
Here is a custom fadeIn/fadeOut/fadeTo to solve your problem
| |||
|
feedback
|

