Focus

This is the blog for my web design, development and marketing company, Red Kite Creative. Mostly what I'll be writing about is work-related but anything is fair game. Read more about me here...


View Debbie Campbell's profile on LinkedIn

What I'm Reading



View my bookstore













Best IE6 tip I’ve seen in a while

August 15th, 2008 by debbie campbell

After screwing around for hours with IE6 in CMS Made Simple (which I’m really happy with, BTW, as a new user) I was pleased to find this extremely helpful tip this morning:

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.

Tell me that’s not useful.

Posted in Botheration, Web Design |

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment a bit. Please stay on topic. If you submit spam or irrelevant comments, it will be deleted and your IP will be banned.