Internet Explorer “CSS was ignored due to mime type mismatch” on local files (no server)

后端 未结 5 1488
忘掉有多难
忘掉有多难 2020-12-03 18:41

I\'m developing an application which creates a HTML report at the end, it outputs the js and css files separately then loads the files normally. But Internet Explorer 8-10+

5条回答
  •  春和景丽
    2020-12-03 19:02

    In my case, the folder where CSS hosted had different permission than page where CSS needed to be applied. I changed to same permission and worked.

提交回复
热议问题