JQuery/[removed] IE hover doesn't cover select box options?

后端 未结 5 1428
半阙折子戏
半阙折子戏 2020-12-11 22:36

I have this bit of script to widen a text box on mouseover and shorten it on mouseoff.

The problem I am having is that Internet Explorer doesn\'t seem to extend it\'

5条回答
  •  自闭症患者
    2020-12-11 22:49

    Had the same problem, and WorldWidewebb's answer worked very well on IE8. I just made a slight change, removing "select" from the selector, since I included the select box's class in the selector. Made it a really simple fix.

    Also, i had it implemented on a menu that uses the hoverIntent jquery plugin, with no problems. (No interference).

提交回复
热议问题