Apparently this doesn\'t work:
select[multiple]{ height: 100%; }
it makes the select have 100% page height...
auto
You can do this using the size attribute in the select tag. Supposing you have 8 options, then you would do it like:
size
select