menu

Figuring out the CSS selector to use for sIFR menu (newbie, sorry)

I'm pretty new to sIFR and though I've used it successfully for simple applications like headings, I'm trying to use two different fonts simultaneously - one for a heading and one for a menu. The heading works fine, but I'm stuck with the menu. I'm using the Tofurious Wordpress theme. This is the section of the theme's stylesheet that go...

How to make menu in asp.net

Menu are looking very nice in all website so i want to make such menu so how to make that and when we select one menu then its color is changed so how this is possible and even border is changed so how to make such ...

BlackBerry - How to create sub menu?

i want to create sub menu for a BB application when i click on menu item it shows Option 1 Option 2 Option 3 When i click on option 3 it should display 1 2 3 as sub menu items.. using j2me + eclipse ...

jQuery fade/reveal delay menu

Hi. I have 3 btns which are simple anchor tags within an unordered list each have a respective id of t1 ,t2 and t3. I also have 3 similar btns that are hidden with css they have respective ids of t1-discover, t2-discover and t3-discover. What I am wanting to achieve is when, say, t1 is clicked after 5 seconds it fadesIn t1-discover and f...

Liftweb Menu customization

I want to create a menu that looks like: HOME | FOO | BAR | ABOUT | CONTACT How might I go about doing this? Here is what I have tried: <lift:Menu.builder ul:class="menu" li_item:class="current" /> and ul.menu li { display: inline; list-style-type: none; text-transform: uppercase; border-right: 1px solid white; padd...

Blackberry - How to grey out menu items?

I want to grey out some menu items, so thay will be visible but disabled. How to do this in blackberry? ...

create share menu and add images

Hello I've two questions for you, which i can't solve: 1) How do I create a menu like this --> . 2) How can I add multiple images like the iApp named HotBook do? . Thanks in advance for your help. Sean ...

How to check the items in contextual menu in cocoa

How to check the items in contextual menu in cocoa i want to place a checkmark next to specific items I was added menu like shown below in mouseDown function, (void)mouseDown:(NSEvent *)event { NSPoint pointInView = [self convertPoint:[event locationInWindow] fromView:nil]; if (NSPointInRect(pointInView, [self shapeRect]) ) { ...

jQuery Expandable/Accordion Nav Menu with Multiple Levels and Remembers Menu State

I need to make an expandable menu that has multiple levels using jQuery. It also needs to remember the last state it was open to if you refresh the page or jump to a new page. I know there is the jQuery Cookies plugin but I'm not sure if the client wants cookies to be used. I found an example online but I can't figure out how to accommod...

Disabling top-level menu item does not disable children, in spite of what MSDN says?

According to http://msdn.microsoft.com/en-us/library/aa984351%28VS.71%29.aspx Disabling the first or toplevel menu item in a menu (for example, the "File" menu item in a traditional File menu) disables all the menu items contained within the menu. Likewise, disabling a menu item that has submenu items disables the submenu items. A...

How to get the clicked menu item's $mlid in Drupal?

I'm trying to build a submenu based on $mlid. I've found a function that appears to do the job, but I just can't seem to figure out how to get the $mlid of the menu item that was just clicked. I found the function in a link on similar post here on SO (http://drupal.org/node/249257), but I can only find examples where the $mlid is set ma...

Creating an offscreen frame in Java (or: how to avoid a blank menu on a Mac, when all application windows are closed)?

I am making a Mac application, and I want my menu bar to look right. Any Mac user knows the menu bar should be in the top screen menu. Setting apple.laf.useScreenMenuBar to true in the property list file gets rid of the in-frame menu bars and moves the menu bar of the current focused window to the screen menu. However, when all window...

CSS drop down menu

Been trying to get a "pure css" dropdown been trying for days to get a "simple" css drop down nav going can get the top level displayed and the second level hiding but can't make the sub items display on hover?? any help much appreciated sample Isolated is here:: css and html below paste bin http://www.webdevout.net/test?01t ...

jQuery Menu - Save the State and Preserve the Back Button

I am using this jQuery Accordion plugin to save the state of the menu using a hash (#) at the end of the URL for ever level that is expanded: http://sandbox.unwrongest.com/jquery.accordion/ The only problem is that the back button doesn't work. I have tried to implement the jQuery history plugin but can't figure it out. I wouldn't even...

SharePoint QuickLaunch and TopNavigationBar dissapearing

I am completely puzzled with this: I have a custom SharePoint site with QuickLaunch on the left and Top Navigation Bar (which are of course visible by default). This custom site has several sub-sites, which all inherit navigation from the root site. Everything works fine, but after application pool recycle both menus on the left and o...

DX TreeList - how to make Popup menu on Tree Nodes?

Hello, i use DevExpress TreeList. Does anyone can put some example, how to create simple popup menu and add this menu on Nodes in TreeList..? ...

How to find which menu a node belongs to in drupal

I currently have nodes setup on my site, and each node belongs to a particular menu (not primary or secondary prebuilt menues). How can i find out which menu a node belongs to? ...

How do you set up drupal menus?

I've had this issue numerous times on sites using drupal and not really found a way that feels right when building menus. Take an example such as this Primary Navigation [i.e. top of the page] Item 1 Item 2 Item 3 Item 4 Item 5 Then within each Item there would be a secondary menu specific to it: Item 1 Pages Link 1 Link 2 Link 3...

Pure CSS DropDown Menu Dilemma (Help!)

I have a Pure CSS Dropdown menu in my banner div: HTML: <div id="banner"> <h1><a href="http://widerdesign.co.nr/"&gt;wider design</a></h1> <ul id="lang"> <li><a href="index.php">English</a></li> <li class="drop"><a href="es/index.php">Español</a></li> <li class="drop"><a href="tw/inde...

How to include a separator image on a menu built with ul and li?

I am trying to include a small image as a separator in my menu and I am having the time of my life (sarcasm). In order to create a menu like below I am using the code under the image. <ul id="div-menu"> <li class="current"> <div class="menu-fill fill"> <div class="menu-left left"> <div class=...