Skip to main content

How to add Lower than IE7 CSS tag.

Hi 

We have a nation junglistan.org, which we found that there is an issue with IE 7 and lower, thought I refer to lower than IE7 tag, which is not working.  I tried to see the issue, I am not able to see why it is not working on IE7.  Any help on this would be helpful, either IE7 fix or tweaking the current theme to work for IE7 and lower.

 

Thanks in advance

 

Sudhi

Official response from

Try adding this into your layout.html file to target versions of IE 7 and below:

 

<!--[if lt IE 8]>

<link rel="stylesheet" type="text/css" href="{{ theme['ie-fix.css'] }}">

<![endif]-->

 

 You should put this code right before the </head> tag so that no other CSS overwrites it.

 

Share this post

Showing 1 reaction

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.