IE Tricks

Stupid Microsoft. Stupid IE. Even version 7 sucks donkey tail. What the heck are those jackasses in Redmond thinking?!

Well, what's done is done. We have to work around the Redmond stupidity by lame-ass hacks to make our sites and code work well cross-browser. Here is a notebook page of the tricks and techniques I've nabbed from the Internet.

If you see this, you are using IE6 and above or another decent browser.

If you see the bit above, your browser is IE6 or one of the better browsers out there. It uses a conditional statement in an HTML comment tag. Below is what the code looks like:

<!--[if gte IE 6]><!-->
This is IE6 and above, and all other browsers
<!--<![endif]-->