« Back to home

Today I stumbled on an article from 5ThirtyOne about an IE7 JavaScript library simply called IE7. IE7 is a JavaScript library to make IE behave like a standards-compliant browser. It fixes many CSS issues and makes transparent PNG work correctly under IE5 and IE6 Impressive……

Read more »

When you’re a web developer, you always keep running into annoying Internet Explorer bugs, so you need to hack your way around. Now with the IE7 out, a lot of the old CSS hacks don’t work anymore, and those that do still work, can’t be relied on to work in the future. IE has a feature, called conditional comments, which could help us. As a hack it’s quite useful. IE 7 will support this too, and it even allows you to detect different versions of IE.…

Read more »

If creating standards-compliant, cross-browser compatible page layouts using CSS has you stumped, let A List Apart and SitePoint’s CSS gurus show you that way. In this comprehensive, step-by-step tute, Matthew Levine from A List Apart and Rachel and Dan from SitePoint show you how to create a slick, flexible, and solid 2/3-column layout that will stand the tests of time and evolving technology! In Search of the Holy Grail (3 Column CSS Layout) by Matthew Levine in A List Apart.…

Read more »