Hy there...
I have a problem with Internet Explorer conditional comments...
I use this condition
<!--[if lte IE8]>
<link rel="stylesheet" type="text/css" href="http://www.bvp.hr/Static/Style/IEFix6.css"/>
<![endif]-->
The problem is that in < IE8.0 i get output <!--[if lte IE8]><![endif]-->
before any other output... Why?!? In Firefox it is rendered normaly (afkors).
CSS Conditional Rules is a CSS module that allows to define a set of rules that will only apply based on the capabilities of the processor or the document the style sheet is being applied to.
I believe all you need to do is add a space between IE
and 8
, so it looks like this:
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="http://www.bvp.hr/Static/Style/IEFix6.css"/>
<![endif]-->
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With