Archive for the 'javascript' Category

Fix Font Rendering Issue in IE7 When Using jQuery’s Toggle

Thursday, June 4th, 2009

There is a really annoying issue with IE7 when using the toggle effect in jQuery. Once the toggle transition is complete, IE7 does not apply Windows ClearType rendering. Even more annoying is Microsoft’s decision to not class this as a bug. Luckily, there is a workaround. If your code for the toggle effect is: $(this).toggle(“slow”); […]