随笔分类 - 杂知识
摘要:一、video支持视频格式: 以下是三种最常用的格式 二、video标签内属性代码:加粗是常用标签属性 属性 值 功能描述 controls controls 是否显示播放控件 autoplay autoplay 设置是否打开浏览器后自动播放 width Pilex(像素) 设置播放器的宽度 hei
阅读全文
摘要:1.伸缩导航菜单 a{display:block;height:30px;text-align:center; line-height:30px; width:120px; background-color:#ccc;} a:hover{ color:#fff;background-color:#F
阅读全文
摘要:1.单选框/手风琴 1 <script> 2 $(document).ready(function(){ 3 $("dd").on("click",function(){ 4 var $this = $(this); 5 $("dd").removeClass("selected"); 6 $thi
阅读全文