<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>php爱好者_网页特效|www.phpfans.net|---无下拉箭头的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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>php爱好者_网页特效|www.phpfans.net|---无下拉箭头的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>