Bad cursor in select/option, IE
I have a problem with bad cursor in options when the text is under that. Normally, the option uses "default" cursor, but when eg. the paragraph is under option, in IE I see "text" cursor. Code: <form> <select> <option value=a selected="selected">First <option value=b>Second <option value=c>Third <option value=c>Fourth </select> <p>text</p> </form> It´s in IE11 and I think the older ones makes the same. I tried to set position: relative and z-index to select, option and paragraph, set cursor with important to select, option, but no solution, situation is the same. Any idea? IE does not honour