这个代码是这样的:
/*fix ie transform offset*/ .adAffiliate.adDeclarationPosition-Right .adAffiliate-header { *left: -20px !important; /* IE 7 (IE6 also uses this,so put it first) */ _left: -20px !important; /* IE 6 */ left: -20px\0/ !important; /* IE 8-9 */ }
正如你所看到的,前两行被识别为CSS黑客.它们不会出现在解决方案错误列表中.我只想摆脱解决错误列表中出现的第3行.不幸的是,“忽略错误”在VS重新启动时不起作用.有没有办法抑制这个特定的错误?也许是一个特别的“忽略评论”?
这是我在1000年的LOC中唯一的CSS黑客.这次我没有找到办法.我可以和这个黑客在一起.