views:

65

answers:

2

The following HTML does not work in IE6 for me:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><body>This text is visible.<textarea>This too.</textarea>
This is not visible.
<select><option value="a">A</option><option value="b">B</option></select>
Neither is this.
<textarea>Nor this.</textarea>
Nor this.
</body></html>

In IE6, every time I put a select drop-down in the code, everything thereafter dissappears (and some before too, as you can see). All texts are visible in both IE8 and Firefox. Is this a known bug on IE6? Could it have something to do with Windows 7? Or could it be my installation of Internet Explorer Collection 1.6.0.6 that is flawed?

Edit: here's a screen:

alt text

+2  A: 

could it be my installation of Internet Explorer Collection 1.6.0.6 that is flawed?

Probably, in as much as all multiple-IE-installer solutions are flawed. They never work exactly the same as the real browser. I can't reproduce this problem in IE6.

If you want to test across IE versions reliably, you'll have to use virtual machines each with a different IE installed. eg. using MS's free but annoyingly timebombed VirtualPC images.

bobince
+3  A: 

This problem is not reproduceable with IETester, real IE6 on VM and also not at Browsershots.org.

Use a better IE6 testing tool :)

BalusC