Does anyone know how to set the size of a list box in netscape 4.7?

I'm currently using the style property which isn't supported by NS4
Code:
<select multiple size="10" name="list2" style="width:150">
<option value=""></option>
</select>
Cheers