直接在script里面换样式IE6,7,8不兼容

 <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
</head> <body> <input id="inp1" type="text" /> <script>
var oInp = document.getElementById('inp1'); oInp.onclick = function (){ oInp.type = 'checkbox'; // 咱们有仨位“祖宗”
/*
IE6 IE7 IE8
*/
}; /*
oDiv.style.float = 'right'; oDiv.style.styleFloat = 'right'; // IE
oDiv.style.cssFloat = 'left'; // 非IE IE(styleFloat)
非IE(cssFloat) <div class="right"></div>
*/
</script> </body>
</html>
上一篇:百度-淘宝-360搜索引擎搜索API


下一篇:1Z0-053 争议题目解析701