IE11 Ignoring Inline CSS
问题 Site being developed here: http://new.brushman.com/about/ The CMS allows adding of in-line CSS on a page by page basis. This CSS is added to the page after all other .css files are loaded. IE11 is ignoring the style, even-though it works in 8, 9, 10, Edge, and all the rest (Chrome, Firefox, Safari, etc) The inline CSS is: <style> /* CMS Page about CSS */ main {background: #d70055;} </style> and is in the after all the css files are loaded The interesting thing is that inspect element shows