摘要: select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appeara 阅读全文
posted @ 2016-09-05 00:14 _V- 阅读(56891) 评论(1) 推荐(1)
摘要: // 定义一个方法sfHover sfHover = function () { // 获取id为nav的dom元素里面的每个li元素, sfEls是个集合 var sfEls = document.getElementById ("nav").getElementsByTagName ("LI") 阅读全文
posted @ 2016-09-05 00:11 _V- 阅读(273) 评论(0) 推荐(0)