⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 13-15.txt

📁 开发王代码 代码
💻 TXT
字号:
<head>
<style type="text/css">
<!--
div#dateTextContainer{ 
  border:1px #A5ACB2 solid;
  width:100px;
  height:19px;
  text-align:right;
  float:left;
}

div#dateTextContainer input{
  border-width:0px;
  border-style:none;
  border-color:transparent;
  width:68px;
  height:14px;
  font-size:12px;
  text-align:left; 
} 
div#dateTextContainer button{
  width:22px;
  height:19px;
  text-align:center;
}
-->
</style>
</head>
<body>
<div id="dateTextContainer">
  <input name="dateText" id="dateText" type="text"/>
  <button onclick="javascript:displayCalendar();">
    <img src="pic/dateIco.gif" width="13" height="10">
  </button>
</div>
<div id="calendarContainer" style="width:150px;height:100px;z-index:1;font-size:13px;"></div>
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -