Mar 12

global menu new mac menuThe popular hack to gtk and applet that imitates the Mac menu isnt’t maintained by its original creator AdQ.
Fortunately, rainwoodman started a new project based on adq patch and applet (now, totally rewritten from scratch) : globalmenu.
Now, the menus are detached to the panel applet only if this one is running, the menu key bindings (eg Alt+F) are now functional.

Here is a short guide with two possible methods to install global menu on Ubuntu.

Continue reading »
Tagged with:
Feb 06

Here’s a drop down animated menu example made with jquery.js 1.2.2


Roll over this text to show the menu




Related links:

Here’s the source code :


$(function() {
$(“a#menu-call”).mouseover( function() { $(“ul#menu”).animate({height:”show”,opacity:”show”},”slow”); return false; });
$(“ul#menu”).hover( function() {}, function() { $(“ul#menu”).animate({opacity:1.0},1125).slideUp(375); return false; });
$(“a.mlnk”).hover( function() { $(this).css({ backgroundColor:”#ececec”, border:”1px solid #1042de” }) }, function() { $(this).css({ border:”none”,backgroundColor:”#ffffff” }) } );
})

menu


Tagged with:
preload preload preload