![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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.
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.
no subject
Date: 2008-04-29 07:07 pm (UTC)no subject
Date: 2008-04-29 10:59 pm (UTC)