Test html code is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML lang="en_US">
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>Test Select Zoom</title>
</HEAD>
<body style="direction: ltr">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<select title='--- Select Action ---' name="PageAction"
id="PageAction" >
<option disabled="true" selected="true">--- Select Action --- </option>
<option value="close">Close </option>
<option value="Add">Add </option>
<option value="manager">Manage</option>
</select>
</td>
</tr>
</table>
</BODY>
</HTML>
Problem is: the <select> size is NOT changed to 100% although the words "--Select Action--" is changed to 100%.
This problem is only in IE8, not in IE9.
Window XP, IE 8,