I've been searching around for an answer to this one and I can't seem to find the solution. When I mock-up a simple HTML page with a single text input on it, I'm not able to type in it in IE6 or IE7. The HTML below is exactly what I'm testing this on.
<html>
<head>
<title>Input Test</title>
</head>
<body>
<input type="text">
</body>
</html>
Has anyone run across this before? I've tried various DOCTYPE declarations to try and fix the problem and they don't seem to do the trick. Maybe I haven't tried the right one yet... A side-note: I'm testing this running multipleIEs on XP running in Fusion on OS X. (that was a mouthful...)