摘要:
效果: 图片效果1 图片效果2 图片效果3 图片效果4css: 1 body { font-family:"Microsoft Yahei"; } 2 body,ul,li,img,h3,dl,dd,dt,h1{margin:0px;padding:0px;list-style:none;} 3 img{vertical-align: top;} 4 /***大图切换***/ 5 .scroll_view{margin: 0px auto;overflow:hidden;position: relative;} 6 .photo_view li{position:absol 阅读全文
摘要:
效果图:js: 1 $.fn.extend({ 2 navHover:function(){ 3 var $me=$(this),//当前对象 4 $hoer=$("dt",$me), 5 _w=$("dd",$me).outerWidth(), 6 curr=$("dd",$me).index($me.find("dd.curr"));//得到当前选中位置的索引 7 $("dd",$me).bind("mouseenter",function(){ 8 ... 阅读全文