我目前的代码是这样的:
inp.style.marginTop="9px";
inp.style.width="150px";
inp.style.cursor="pointer";
inp.style.position="relative";
现在我试图通过这种方式让它在IE8上看起来更好,但它不起作用 - 这应该使输入字段四舍五入:
inp.style.marginTop="9px";
inp.style.marginTop="7px\9";
inp.style.width="150px";
inp.style.cursor="pointer";
inp.style.behavior="url(/panel/css/pie/PIE.php)";
inp.style.position="relative";
inp.style.position="inline";
inp.style.display="block\9";