我试图用j Query为IE7添加一个有条件的声明,但是,它只是动态的(如果它难以编码,那么我知道这关系到“Query”如何反映有条件声明的实际“comment”。
使用Im的代码是:
$("head").append("<!--[if IE 7]>");
$("head").append("<link>");
css = $("head").children(":last");
css.attr({
rel: "stylesheet",
type: "text/css",
href: "css/IE7.css"
});
$("head").append("<![endif]-->");
我认为,这关系到<代码><和>
。
任何人都可以找到解决办法,而这种解决办法并不涉及将CSS的每个财产都与 j混为一谈(组合为CSS的帐篷,以便获得一定的解决办法)。