Lol

Ayashi

http://fadtastic.net/2008/04/01/awesome-hot-tips-for-your-website-in-2008/

The Universal IE Hack

Another hot tip? Go on then.

Last year saw the launch of IE7. IE6 is still a widely used browser and IE8 beta is out of the starting blocks. A lot of IE hacks? Nope. Simply use the Universal IE Hack. Place the following code in the Head of your document:

<!–[if IE]>
<style>
html, body, * {
  display: none;
}
</style>
<![endif]–>

This supersedes all documented IE hacks to date. Enjoy.

Comments are closed.