Forum Moderators: phranque
<form name="form1" method="post" action="">
<select name="select" size="5" multiple>
<option value="1">a</option>
<option value="2">b</option>
<option value="3">c</option>
<option value="4">d</option>
<option value="5">e</option>
<option value="6">f</option>
<option value="7" selected>g</option>
<option value="8" selected>h</option>
</select>
</form>
in the above, the options 7 & 8 are defined as selected but as i view it on IE, i have to scroll down the list box to view the selected items.
is there any way to view the lower selected items on the page load without having scroll down.