aLi[i].onmouseover=function(){ var oSubNav=this.getElementsByTagName('ul')[0]; clearInterval(T); T=setInterval(function(){oSubNav.style.height= oSubNav.offsetHeight+20+"px"; if( oSubNav.offsetHeight>=120)clearInterval(T);},30)}
aLi[i].onmouseout=function(){ clearInterval(T);var oSubNav=this.getElementsByTagName('ul')[0];
T=setInterval(function(){oSubNav.style.height= oSubNav.offsetHeight-10+"px"; if(oSubNav.offsetHeight<=0)clearInterval(T);},30) }}}
T=setInterval(function(){oSubNav.style.height= oSubNav.offsetHeight-10+"px"; if(oSubNav.offsetHeight<=0)clearInterval(T);},30) }}}
对@xiangchun3补充:
对ccs3不用图片实现圆角按钮的可以去这个网站看看。
传送门:http://webdesignerwall.com/tutorials/css3-gradient-buttons
对ccs3不用图片实现圆角按钮的可以去这个网站看看。
传送门:http://webdesignerwall.com/tutorials/css3-gradient-buttons
2016-11-09