| 【打印本页】 | 【收藏】 | 【关闭】 | 【字号 大 中 小】 |
代码:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|MAILH.NET/Js|---无下拉箭头的Select下拉选框</title>
</head>
<body>
<select style="position:absolute;clip: rect(auto 35 auto auto)">
<script language="JavaScript">
for (i=1; i<13; i++)
document.write('<option>'+i+'月</option>')
//-->
</script>
</select>
</body>
</html>