| Heheheheh... Oh shit. I said that? (You're not actually *using* it,
| are you? <bg>)
|
IE6? I haven't used IE online since 2000, when I
updated to IE5 and it ran in slow motion online. I
never figured out why; switched to Netscape. But
I use IE for testing webpages and writing HTAs. I
use it for offline webpages.
I think we talked about this, too. I write all webpages
for IE in "quirks" mode, which means they should look
pretty much as they do in IE6 when loaded in any IE
version. That way I don't need to mess with nonsense
like:
<!-- If gt IE8 then...
<!-- If gt IE7 then...
<!-- If gt IE6 then...
It's bad enough that I sometimes have to write separate
versions for IE and for all other browsers -- Not always,
but with complex layouts IE can be unpredictable. For
instance, there's often no way to get block-mode display
in IE with a DIV. It has to be a table.
I usually test big changes in IE8, but generally I can
just write to IE6 and that covers all versions.