javascript - Select box with 50+ word select -


i have number of subtopics select using select / dropdown box. problem have each subtopic 30-50 words long. know of way can have multi-line selects within select box? right can show select because of page size have data trucated.

i guess maybe jquery has solution not sure i'm not familiar jquery

you better use autocomplete

to make dropdown elements multi-line, edit css of .ac_results li making taller (for instance, change line-height)


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -