利用JavaScript制作简易日历
2018-06-24 00:52:00来源:未知 阅读 ()
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>简易日历的实现</title> <!--<link rel="stylesheet" href="css/test.css" />--> <style> div,ul,li,a,p,span,strong,i,b,h2,h3,h4,h5,h6 { margin: 0px; padding: 0px; border: 0px; } li { list-style: none; } .floatclear { clear: both; width: 0px; height: 0px; } .lasend { width:200px; height: auto; background: #eee; margin: 0 auto; padding: 4px; } .lasend ul { display: block; } .lasend ul li { width: 58px; height: 58px; float: left; background: #ccc; border: 1px solid #ccc; margin-left: 6px; margin-bottom:6px; } .lasend ul li h2 { text-align: center; font-size: 16px; line-height: 30px; font-weight: bold; } .lasend ul li p { text-align: center; font-size: 12px; } .lasend ul li.active { width: 56px; height: 56px; border: 2px solid #ddd!important; background: #fff!important; color: #FF0000; } .test { width: 192px; height: auto; margin-left: 6px; border: 1px solid #fff; background: #fee; } </style> </head> <body> <div id="tab" class="lasend"> <ul> <li class="active"><h2>1</h2><p>JAN</p></li> <li><h2>2</h2><p>FER</p></li> <li><h2>3</h2><p>MAR</p></li> <li><h2>4</h2><p>APR</p></li> <li><h2>5</h2><p>MAY</p></li> <li><h2>6</h2><p>JUN</p></li> <li><h2>7</h2><p>JUL</p></li> <li><h2>8</h2><p>AUG</p></li> <li><h2>9</h2><p>SEP</p></li> <li><h2>10</h2><p>OCT</p></li> <li><h2>11</h2><p>NOV</p></li> <li><h2>12</h2><p>DEC</p></li> <div class="floatclear"></div> </ul> <div class="test"> <h2>2月活动</h2> <p>快过年了,大家可以商量着去哪里玩吧~</p> </div> </div> <script> var arr=[ '快过年了,大家可以商量着去玩啊', '第二个月了', '第三个月了', '第四个月了', '第五个月了', '第六个月了', '第七个月了', '第八个月了', '第九个月了', '第十个月了', '第十一个月了', '第十二个月了' ]; var oLi=document.getElementsByTagName('li'); var oText=document.getElementById('tab').getElementsByTagName('div')[1]; var i=0; for(i=0;i<oLi.length;i++) { oLi[i].index=i;//数组的索引值 oLi[i].onmouseover=function() { for(i=0;i<oLi.length;i++){ oLi[i].className=''; } this.className='active'; oText.innerHTML='<h2>'+(this.index+1)+'月活动</h2><p>'+arr[this.index]+'</p>'; } } </script> </body> </html>
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:js 复制粘贴功能记录
下一篇:Vuex总结
- javascript面向对象入门基础详细介绍 2020-03-29
- JavaScript函数表达式详解及实例 2020-03-25
- 如何用javascript连接access数据库 2020-03-20
- js中去掉字串左右空格 2020-03-20
- NiftyCube实现圆角边框的方法 2020-03-20
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash