html - How to make radiobutton and checkbox displays like they do as in IE8 -
in ie11, checkbox , listbox displayd default :
<html> <body> <input type="radio" /> <input type="checkbox" /> <input type="radio" /> </body> </html>
can make them display in ie8 adding custom style css :
p/s : notice in ie8, when hover on checkbox, there events make checkbox change little different know mouse pointer on control, in ie11 nothing happens when hove cursor on checkbox, can make happen in ie11 too?
sorry not possible on these elements. have use element mimic look, perhaps scrolling actual element off page , using label attribute click event.
Comments
Post a Comment