Internet Explorer Does Not Use SIZE= of SELECT Tag Correctly

Last reviewed: April 22, 1997
Article ID: Q150197

The information in this article applies to:
  • Microsoft Internet Explorer version 2.0

SYMPTOMS

Internet Explorer 2.0 does not use the SIZE attribute of the SELECT tag properly.

MORE INFORMATION

Given the following form definition:

<FORM ACTION="/scripts/args.cmd" METHOD="GET"><BR> Choose a item: <A NAME="item_list"></A>

   <SELECT MULTIPLE SIZE=1 NAME="item">
      <OPTION SELECTED VALUE="Item1">Item 1
      <OPTION VALUE="Item2">Item 2
      <OPTION VALUE="Item3">Item 3
      <OPTION VALUE="Item4">Item 4
      <OPTION VALUE="Item5">Item 5
      <OPTION VALUE="Item6">Item 6
   </SELECT>
   <INPUT TYPE=SUBMIT VALUE="Submit">
   <INPUT TYPE=RESET VALUE="Reset"><BR>
</FORM>

RFC1866 specifies that the SIZE attribute indicates the number of selections visible when the browser display the selection listbox. The remainder of the selections should be visible by scrolling through the selection listbox.

Internet Explorer 2.0 displays more than one list item even with SIZE=1. If you increase the value of the SIZE attribute, the listbox size will grow. However, the size of the listbox is not proportionate to the value of the SIZE attribute. For example, with SIZE=1, the selection listbox may show three selections, but with SIZE=5, the selection listbox may only show four selections.

STATUS

Microsoft has confirmed this to be a problem in Internet Explorer version 2.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words:
Keywords : iisconfig kbusage
Version : 1.0 2.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.