06 2016 档案

摘要:照片折叠,是使用overflow:hidden解决的 http://pan.baidu.com/s/1cwqWuM 阅读全文
posted @ 2016-06-29 12:18 夜未央leo 阅读(170) 评论(0) 推荐(0)
摘要:1 请实现,鼠标点击页面中的任意标签,alert该标签的名称.(注意兼容性) <head> <script type="text/JavaScript"> document.onclick = function(e){ e=e||window.event; var o= e.srcElement|| 阅读全文
posted @ 2016-06-16 18:40 夜未央leo 阅读(221) 评论(0) 推荐(0)
摘要:1,嵌入音频 <audio controls> <source src="jiemao.aac" type="audio/aac"> Your browser does’nt support audio embedding feature. </audio> 2,嵌入视频 <video style= 阅读全文
posted @ 2016-06-06 17:15 夜未央leo 阅读(170) 评论(0) 推荐(0)