ballouta Posted January 15, 2010 Share Posted January 15, 2010 Hello what kind of menu is this one? http://www.istrouma.org/home and where I can download it? Many thanks Link to comment https://forums.phpfreaks.com/topic/188605-menu-help/ Share on other sites More sharing options...
Adam Posted January 18, 2010 Share Posted January 18, 2010 Looks like they purchased it from www.projectseven.com: /* ------------------------------------ PVII Menu CSS Express Drop-Down Menu by Project Seven Development www.projectseven.com ------------------------------------ */ function P7_ExpMenu(){ //v1.1.0.2 by PVII-www.projectseven.com if(navigator.appVersion.indexOf("MSIE")==-1){return;} var i,k,g,lg,r=/\s*p7hvr/,nn='',c,cs='p7hvr',bv='mainnav'; for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){ lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){ lg[k].onmouseover=function(){c=this.className;cl=©?c+' '+cs:cs; this.className=cl;};lg[k].onmouseout=function(){c=this.className; this.className=©?c.replace(r,''):'';};}}}nn=i+1;} } This one I think. Link to comment https://forums.phpfreaks.com/topic/188605-menu-help/#findComment-997327 Share on other sites More sharing options...
ballouta Posted January 18, 2010 Author Share Posted January 18, 2010 Thanks alot Link to comment https://forums.phpfreaks.com/topic/188605-menu-help/#findComment-997536 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.