I’ve used the css code below as embedded styles on a page. The formatting of the h3 elements into bold and also the list element rules work in Internet Explorer 10 and 11 but they have no effect in IE 8 and 9. I just wondered if anyone knows of a workaround for those 2 browsers?
There’s nothing in that code that won’t work in IE8 and 9 so there must be some other issue. Do you have a link to the problem or can you provide a demo of the problem?
I assume you have a modern doctype on your page as that may cause issues if you don’t.
From the link you sent me by PM I can see the problem and you have added the styling inside downlevel revealed conditional comments that are excluding ie9 and under.
Note the placement of the tags. The CC’s are adding a class to the body tag depending on which version of IE is visiting but browsers greater than IE9 or not IE get the normal body tag without a class.