menu

Pure CSS Dropline Menu - second level menu items sit below their parent - but sometimes extend off screen and add horizontal scrollbar

Hi, I'm working on a pure css menu that consists of four levels Level 1 and 2 are a dropline menu in style Levels 3+ are dropdown menus When you hover over a level 1 menu item, the level 2 menu displays directly below menu item you are currently hovering over. However if there are lots of menu items on level 2 then the level 2 menu g...

How to display a flyout menu on clicking an image in Grid header in MVC?

A grid is displayed using the following code in MVC. <%= this.Grid( "routes-" + mc , "Testing", Model.Routes, new GridBuilder<RouteModel>() .Column( "chk", () => Html.Image( Url.Content( "down.gif" ), "Select or deselect tests" ), (m) => "<input type='hidden' name='routeLinkId' value='"+ m.RouteLinkID +"' /...

ASP.Net MVC Database Driven Menu Strange HTML output

I have a database driven menu Helper that gets called from within my master page: <div class="topBar"> <%= Html.MenuTree(39, false, "first", "last") %> <div class="clear"></div> </div> Below is the code that outputs my HTML unordered list. The problem is that sometimes the output of the menu is completely wron...

jQuery multilevel crossbrowser dropdown menu

Hi I've been testing lots of dropdown menus, but I was looking for some specific stuff: multilevel crossbrowser css based (mainly) if uses javascript, to be jQuery compatible easy to implement After discarding some menus, I arrived to Superfish http://users.tpg.com.au/j_birch/plugins/superfish/ I had to discard it too, because the...

Selenium IDE - how to customize right click context menu

On right click, the context menu appears and provides few selenium commands. It does not provides all selenium commands. The list of commands is dynamic and gets updated with mostly used selenium commands. I want to make the command list static for context menu. Any idea how can I do that? Any help will be appreciatetd. ...

Cocoa nextEventMatchingMask not receiving NSMouseMoved event

Hello, I created a local event loop and showed up a borderless window (derived from NSPanel), I found in the event loop there's no NSMouseMoved event received, although I can receive Mouse button down/up events. What should I do to get the NSMouseMoved events? I found making the float window as key window can receive the NSMouseMoved...

ASP.NET Menu PopOutImage CSS

Hi, when I use the asp:Menu the popoutimage is by default enable, I know I can disable it, but I kind of like it. The thing is I modified my background & foreground of the menu and so the popoutimage arrow is blended in the background. Is there a way to change the settings of this? And how should I go about? Is there maybe a CSS tag I c...

Mapping a drop-down menu over an image

I have a menu bar that is rotated slightly. Here are two buttons as an example: As a result, I can't use regular HTML to handle this. I need to use a <map> to put hyperlinks over the menu parts. (Or am I missing a killer CSS feature I don't know about?) I want to map drop-down menus to these buttons. This looks like a nice way to imp...

horizontal scrolling only!

Hi all i have a that contains a HORIZONTAL menu. the menu consists of an unordered list. i would like the div to get a horizontal scroller whenever the menu exceeds the width of the <div>. i tried using these CSS definitions for my <div>: position: absolute; width: 380px; overflow: auto; overflow-y: hidden; height: 30px; but than ...

How to use ToolStripMenuItems without mouse events ( click or double Click event ) ?

I have a solution in Vb.NET 2008 windows Form with ToolStripMenuItems, but I need to implement menu navigation without any mouse intervention. I only found mouse events In ToolStripMenuItems, MenuStrip, etc. All MenuStrip and ToolStripMenuItems are created programatically, reading user permissions from Database, then add a handler to...

shortcut to menu

Hey, How to create shortcut to menu in WinForms. I think about something like in Visual Studio and Firefox, where I press Alt and mainly menu items shortcut letters have been underline. How to do this?? ...

changed page title in hook _ menu section of Drupal module but no change seen on page

I changed page title in hook _ menu section of a Drupal module, re-installed, and cleared caches, but this did not change title on web page. Finally I renamed the whole module, files, and relevant function names in files and then re-installed. This did the trick. I suspect that there is a duplicate entry in mysql table that holds tit...

asp.net hover menu item

When I hover on a static menu item that has a dynamic menu, the hover styles are in effect but once I start navigating the dynamic menu the static menu item goes back to the non-hover styles. Does anyone know how to make them stick until I stop ''using' that menu? I tried the 'selected' static menu item styles but that doesn't work - if ...

android: any tutorials on creating menus for apps?

I need a very simple menu which probably contains only one or two items: settings/options, where pressing one of them should show some customer defined parameters (is it called dialog), e.g., number of results shown. Is there any good tutorial on creating such kind of menus? I've looked at the "notepad" example in android, it doesn't rea...

jQuery: looking for a lightweight suckerfish menu plugin

hi, i'm looking for a good suckerfish-like-menu which supports both vertical and horizontal layout, multi levels and delayed collapsing on mouseout. any recommendations? thx ...

Drupal menu permissions question

I'm creating an admin module for my client that gives them access to some administration functionality concerning their content. I'm starting off by adding some permissions in my module by implementing hook_perm: function mymodule_perm() { return array( 'manage projects', ); } I can then create my menu by adding to th...

Alternative Menu Items in NSMenu

Hi, I have an NSMenu that contains NSMenuItems with custom views. I want it so that when the alt button is pressed, the menu items would change part of their look (through their view). I found setAlternative in the NSMenuItem docs, however, in practice I could only get it to work with NSMenuItems without custom views. As soon as I se...

javascript adjust div (show/hide) display according to window scroll bar

how to change the div position, i.e in opsolute position, up or down according to window scroll position ? if there any information regarding this, please help me out. or if there any example over this please share. thanks in advance ...

Horizontal(tabbed) menu with ability to wrap overflowed items into collapsible dropdown

It's about html/css/javascript menu ;) I am looking for unified solution to hide extra tabs of horizontal/tabbed menu when it overflows it's container. The initial idea plagiarized from firefox tabs workflow, i.e. when you have too much tabs it will wrap extra ones into collapsible dropdown button "List all tabs". I am thinking to pl...

Writing text on icon of Menu in Android?

Hi, Can we set Title for a Menu Item in Android if it has an icon from drawable? I have a icon for a Menu Item and if I set the icon then the title that is set for that Menu item is not visible. Is this possible or not? Hope to get a reply soon. Regards Sunil ...