Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Select list Re: Select list

#134929
jurotek
Participant

I don’t think you can limit or set the height of select box dropdown. It will always be as tall as number of items (options) in it. On the other hand, you can do it with un-ordered list and set max height, height and overflow auto on your dropdown ul.