我有这个脚本不能在 Firefox 的 IE 8 中运行的问题,一切正常。
<html>
<style type="text/css">
lip{ position:absolute; }
</style>
<body>
<ul><lip>3<input type = "checkbox" name = "LH3" id ='lhpz12' value="ANO"></lip></ul>
<script type="text/javascript">
var listElements = document.getElementsByTagName("lip");
var element = listElements[0];
element.style.fontSize = "24px";
element.style.color = "green";
element.style.left = "100px";
element.style.top = "100px";
</script>
</body>
</html>