html - How to make radiobutton and checkbox displays like they do as in IE8 -


in ie11, checkbox , listbox displayd default :

enter image description here

<html>  <body>  <input type="radio" />  <input type="checkbox" />  <input type="radio" />  </body>  </html>

can make them display in ie8 adding custom style css :

enter image description here

enter image description here

enter image description here

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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -