internet explorer 9 - IE9 issue, CSS is not loading -


I have problems with CSS on IE9, CSS is not loaded properly, what am I trying to do?

  1. Add charsets at the top of main.css
  2. Convert compatibility mode to IE 8 9, edge
  3. Remove all unnecessary white space before the functionality .

    CSS is not loaded ...

    My website:

    What can I do with this?

    I found it in my html:

       gt; & Lt; Html class = "no-js lt-ie9 lt-ie8 ie7" lang = "en" & gt; & Lt; [endif] - & gt; & Lt ;! - [If IE 8] & gt; & Lt; html class = "no-js lt-ia 9 9" lang = "n" & gt; & Lt; [endif] - & gt; & Lt ;! - [gt gt gt] 8] & gt; & Lt; html class = "no-js ie9" lang = "en" & gt; & Lt; [endif] - & gt; & Lt; Html lang = "en" & gt;   

    I think this should be:

       gt; & Lt; Html class = "no-js lt-ie9 lt-ie8 ie7" lang = "en" & gt; & Lt; [endif] - & gt; & Lt ;! - [If IE 8] & gt; & Lt; html class = "no-js lt-ia 9 9" lang = "n" & gt; & Lt; [endif] - & gt; & Lt ;! - [gt gt gt] 8] & gt; & Lt; html class = "no-js ie9" lang = "en" & gt; & Lt; [endif] - & gt; & Lt ;! - [if! IE]> & Lt ;! - & gt; & Lt; Html lang = "en" & gt; & Lt; -! & Lt; [endif] - & gt;   

    Your current code will show a dung HTML tag in IE.

Comments

Popular posts from this blog

sql - Postgresql record to array -

c++ - Cmake produces file extensions in static library archives -

java - Clearing application data programatically android -