Positioning the drop down window of a HTML SELECT

后端 未结 1 903
广开言路
广开言路 2020-12-20 16:44

I am using an HTML SELECT tag and want to make sure the window that opens when the user hits the arrow to position below the \"textbox\" part of the control.

The pro

1条回答
  •  被撕碎了的回忆
    2020-12-20 17:11

    Sorry. I'm afraid this is not possible. The problem is using DOM and javascript:

    Check out this: http://gregfranko.com/jquery.selectBoxIt.js/

    When selecting a library, make sure to pick one that transforms the native dropdown should still work

    0 讨论(0)
提交回复
热议问题