How to solve the select overlap bug in IE6?

后端 未结 10 1484
别跟我提以往
别跟我提以往 2021-02-02 09:43

When using IE, you cannot put an absolutely positioned div over a select input element. That\'s because the select element is considered an ActiveX object and is on top of every

10条回答
  •  说谎
    说谎 (楼主)
    2021-02-02 10:07

    As far as I know there are only two options, the better of which is the mentioned usage of an iframe. The other one is hiding all selects when the overlay is shown, leading to an even weirder user experience.

提交回复
热议问题