林雨其蒙吧 关注:4贴子:141
  • 0回复贴,共1

无下拉箭头的Select下拉选框

只看楼主收藏回复

<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>


IP属地:广西1楼2007-08-30 17:54回复