How to solve the select overlap bug in IE6?

后端 未结 10 1676
别跟我提以往
别跟我提以往 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:03

    There's this simple and straightforward jquery plugin called bgiframe. The developer created it for the sole purpose of solving this issue in ie6.

    I've recently used and it works like a charm.

提交回复
热议问题