<select name="choiceBox" size="13" multiple style="Width: 314;"
onchange="removeMe();">
</select>
I've tried changing the width attibute to to something more conventional:
width="314" but that didn't work accross all platforms either and doesn't
work right on IE.
Any suggestions?
-Mark