Monday, 12 August 2013

Prevent select from running off bottom of css dropdown menu

Prevent select from running off bottom of css dropdown menu

I've a CSS dropdown menu containing a select box that extends beyond the
menu's bottom border when opened. Subsequent clicking on a select option
that lies beyond the menu's bottom border causes the menu to close (i.e.,
":hover" no longer applies once the select closes).
Is there a way around this? It'd be great if I could force the select to
"drop up", but I've not found a way to force this to happen.
Any ideas?

No comments:

Post a Comment