For Internet Explorer 8 (IE8) I'd like to use the following CSS:
color : green;
I would like to apply a hack which only affects IE8, not to IE9, IE6 and 7.
Most notable is that IE8 Supports all of CSS2.
Microsoft officially stopped supporting IE8, IE9 and IE10 over three years ago, and the Microsoft executives are even telling you to stop using Internet Explorer 11.
Use conditional comments in HTML, like this:
<!--[if IE 8]> <style>...</style> <![endif]-->
See here: http://www.quirksmode.org/css/condcom.html
You can test for IE versions reliably and also be sure other browsers won't be confused.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With