By editor, 9 November, 2016 Question What are the specific styling for internet explorer IE9, IE 10, IE11, Edge ...? 1. Removing the Select Element Arrow select::-ms-expand { display: none; } OR select::-ms-expand { /* IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */ filter: alpha(opacity=0); /* Good browsers :) */ opacity:0; } Tags Theming CSS Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments