Is there a way to selectively hide a single line of CSS from Internet Explorer 6, 7, and 8 so that they do not display that line?
I am looking for a method to conceal the start and end of a media query specifically for those browsers so that they only see the content within the query.
I prefer not to use conditional comments and need the solution to be inline.
While it may seem unconventional, I have my reasons! By adopting a mobile-first approach to media queries and showing only the final results to older browsers, all modern browsers can respond appropriately while outdated ones simply receive the desktop version styling.
Thank you in advance!