Change Option Background Color On Hover? July 25, 2024 Post a Comment How can I change the background color when user hovers it ? I have tried this but it's not working. bmwaudiSolution 1: You cannot use option in this way. The best solution would be styling something similar with <ul> and <li> and interacting with JS. Solution 2: hover event can not be bound to an option tag. I'll update this post if I find the documentation or proof that says so. In my experience, this cannot be done.Solution 3: Since you already use jQuery, there is a pretty nice plugin - image-dropdown + demo from the makers. Share Post a Comment for "Change Option Background Color On Hover?"
Post a Comment for "Change Option Background Color On Hover?"