IE6 SELECT HTML tag causes rest of page to vanish
- by Jonas Byström
The following HTML does not work in IE6 for me:
<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.…