IE10+ Select element options list not interpreted as a child of parent element
问题 In IE 10 and 11, a rendered options list of a <select> element doesn't seem to be considered a child of its parent element, at least as far as transitions are concerned. Assume we have a <div> that is styled using CSS transitions such that on hover, it slides right 100px and off hover, it slides back. If we add a <select> element inside the <div> , it still slides right on hover. However, if I click the <select> and hover inside the list of <option>'s , the <div> slides back into its original