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).