One issue I encountered is removing the default selected "SELECT" option from a select drop down on my webpage. Currently, I am using to remove it successfully in Chrome and Firefox browsers, but unfortunately IE does not respond to this method. I have observed that Angular select may present some problems with default selections. Is there a way to apply a CSS style specifically for IE in order to eliminate the default selection? What would be the appropriate CSS code to achieve this?