5 <select name=
"theSelect" style=
"width: auto">
6 <option>xxxxxxxxxx
</option>
11 document
.body
.offsetWidth
;
12 document
.theForm
.theSelect
.style
.width
='2em';
13 document
.body
.offsetWidth
;
14 document
.theForm
.theSelect
.style
.width
='auto';