Here is the site - http://websterjoy.tk/ there in the <head> area there is a code with which I connect a separate css for ie:
<!--[if lte IE 9]> .... <![endif]-->, but the file in IE does not work. BUT! if you register this way:
<!--[if IE]> .... <![endif]-->, then everything works! who knows the reason?