tag

Posts Tagged ‘IE7’

Browsing a tag archive ...

February 13, 2010

WordPress Theme : Swooshy Blog

This wordpress theme offers a simple, snappy and colorful skin for your new or established blog. I’m not sure where the name comes from it just seemed to fit at the time and so became Swooshy Blog. The design is based around swooping lines and curves. The homepage features an enlarged header that shows the [...]

December 5, 2009

Smoother @font-face embedding in IE 7 & 8

You could say I’ve become somewhat obsessed with @font-face embedding over the past few months. I’ve most certainly fell head over heels for the @font-face generator from fontsquirrel.com (see the recap below). One thing however that has always bothered me is IE7 and IE8′s rendering of embedded fonts, so today with IE tester at hand [...]

jQuery Plugin : IE @font-face ClearType fix

This plugin is a simple fix for anyone having issues in IE7 and 8 when embedding custom fonts using the @font-face selector. Microsoft’s ClearType functionality can at times cause embedded fonts to render hard and jagged as opposed to smooth and anti-aliased. You can see the article that this plugin originates from here. If you [...]

August 21, 2009

IE Conditional browser comments in xslt – a quick snippet that will save a lot of time

XSLT is a great language used with XML files and is a language that we hope to cover a bit more of here on istmay. If you are new to XSLT and are dealing with stylesheets the following snippet of code could be invaluable.