PrettyPieMenu Right-Click on the bar, hold the button down and select icon. Press button Should work with Firefox and Chrome at least. Requires jQuery 1.4.x and jQueryUI 1.8.x Download Example: $(function() { $("#area").prettypiemenu({ buttons: [ "ui-icon-minus", "ui-icon-plus", "ui-icon-close" ], onSelection: function(item) { alert (item + ' was clicked!'); } }); $( "#testbtn" ).button({ icons: