From one to ten? It´s a Ten from me. I HATE Internet Explorer.
This is the most important piece of code you will need right now.
I started making web sites in 1996, and even back then, I would spend days trying to get around IE´s bugs. Netscape wasn´t perfect, but it always seemed, to me, to render what I wanted.
12 years on and IE still causes me massive headache.
I use FF as my main browser and have SF, OP and Chrome installed for testing. I have IE6, IE7 and IE8 on three seperate virtual machines.
IE has cost me months in man hours. I always have to write hacks for IE for every site I make.
Just when I thought I had IE7 down, MS released IE8, probably the worst browser in the world.
Unfortunately for me, I simply do not have the time to write hacks for the 40 or so web sites I´ve uploaded.
I tried out IE8 last week and it´s the same old, sluggish piece of crap that it has always been. IE is, has, and will always be the worst browser ever.
And now IE8 has the most hilarious ´feature´
Luckily for us developers, you can force IE8 to render pages using IE7´s engine.
It has taken me a whole week to add this header to all of my client´s sites.
Here it is
I pitty all of you who have to go through the same crap.
IE sucks

This is the most important piece of code you will need right now.
Code:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
12 years on and IE still causes me massive headache.
I use FF as my main browser and have SF, OP and Chrome installed for testing. I have IE6, IE7 and IE8 on three seperate virtual machines.
IE has cost me months in man hours. I always have to write hacks for IE for every site I make.
Just when I thought I had IE7 down, MS released IE8, probably the worst browser in the world.
Unfortunately for me, I simply do not have the time to write hacks for the 40 or so web sites I´ve uploaded.
I tried out IE8 last week and it´s the same old, sluggish piece of crap that it has always been. IE is, has, and will always be the worst browser ever.
And now IE8 has the most hilarious ´feature´
Compatability View
Websites designed for older browsers will often look better, and problem such as out-of-place menus, text, or images will be corrected.
Luckily for us developers, you can force IE8 to render pages using IE7´s engine.
It has taken me a whole week to add this header to all of my client´s sites.
Here it is
Code:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
I pitty all of you who have to go through the same crap.
IE sucks

