menus

Breadcrumb navigation for a grails app

Hi, for my first grails project i like use a breadcrumb navigation. The only plugin i found so far is menu plugin With this plugin i was only able to create a static menu structure using the CRUD web interface. But the generated menu has its own web page, like a sitemap, and i have no clue who to integrate it into my existing web site....

Flash movie rendering on top of dhtml menu

How should one go about placing a flash movie beneath a dhtml menu? On the following page: http://bit.ly/aZai8 , the flash movie appears on top of the dhtml drop down menus in Internet Explorer. This does not seem to be an issue in more civilized browsers. ...

Sharepoint ECB menu items not visible when doc lib is displayed in a web part.

My document context menus display correctly when accessed directly from a document library but when this same doc lib is displayed in a web part, the context menu is missing various items. I debugged the code in core.js using a userid that had all permissions turned on and noticed that the permissions mask was properly set (to 0x7fffffff...

HTML/CSS positioning for Menus “float: bottom”

I am creating a horizontal menu, can't figure out how to alignall the menu options to the bottom of a container. Provided is an example to demonstrate what I'm trying to do, but the CSS code does not work as needed. Can you provide suggestions to get all the menu tabs to sit on the bottom? <style> .example1 { position: relative; ...

How to remove the icon indent in Flex control Menu?

I use PopUpButton object and inside a Menu object. For some reason it has default text indent (even when an icon is not defined). How can I remove this indent? ...

menus that expand when you mouse over, done purely via CSS?

Someone told me once they it is possible to create menu's via CSS only, how can you? ...

dynamic database driven menus in VB.Net

hi all, I'm trying to construct a database driven VB.Net app that pulls a list of registered accounts from a database and displays the usernames of throes accounts in menu, so the user can select one and a new form open (where they work with it). what I have so far is the constructor for the MDI parent window Public Sub New() ...

ASP.Net MVC: How can I easily change the tab color of my navigation menu based on the tab that I'm on?

I want to implement my navigation tabs somewhat like the ones on this site, and I've heard that this was built using ASP.Net MVC. If I'm on stackoverflow.com/users, than the "Users" menu tab is orange and all others stay grey, same if a different tab is selected. I am pretty good with manipulating the css to change color when it's hove...

What is wrong with my CSS menu?

The result is: http://img198.imageshack.us/img198/746/93502273.jpg You can see the obvious "whitespace" on the side. I have: <div id="nav"> <ul> <li id="n-home"><a href="/">Home</a></li> <li id="n-search"><a href="/search/">Search</a></li> <li id="n-advertisers"><a href="/advertisers/">Advertisers</a></li> ...

Modifying global system menus

Is there a way in C# to globally add a menu item to all the system menus on all active windows? Perhaps under the "Maximize" command? ...

How can I have multiple forms share a common menu in a Winforms app?

I have an existing .NET Winforms app made with a few complex forms, and 1) the forms all live for the life of the app, and 2) only one form is displayed at a time (the user switches between the forms) I need for these forms to share a common menu that will be processed by a single business-logic controller. (The visible form is als...

Django App Navigation

I'm wondering what other people have done as far as navigation and menus with Django. I'm building a site where for each installed application it would generally (but not necessarily always) make sense to have a top level navigation item, with lower depths handled by the apps themselves. Obviously I could hard code this, or do it dynami...

What are some good ways of managing settings in gui applications?

If I have a setting that is accessible via a menu item or configuration window that can change at runtime, for example "bold text on/off"; what are some good ways of ensuring that all applicable components are aware the value of this setting? ...

create Css Menu

any one have an idea how can i make menu with wide subs like this one in this site http://www.salesforce.com/uk/ i need some help.. ...

Append/replace menu items from within xaml and C#, based on user action

I have an app that allows the user to manipulate different types of data (images, text, whatever). When the user is working with one of these custom User Controls, I want to append a new drop down menu to the main menu. For example, in my ImageEditor User Control, I have the following xaml: <UserControl.CommandBindings> <CommandBin...

Which language offers the most portability in terms of tabbing a webpage menu?

This may be a subjective question, I am new here so keep that in mind... I have searched and searched and been unable to determine what the best way is the do a tabbed menu for a webpage. The webserver is Unix based, so anything .NET is out of the question. It seems that AJAX/javascript is the 'nicest' way to go, but I've heard there ...

how to get the menus in a treeview format either in css or in javascript

i know to work with menus in asp.net(treeview contril)except by using treeview control in asp.net how to get the menus in a treeview format either in css or in javacript, any idea?? ...

jquery show/hide breaks links

I'm making a vertical navigation menu using css and jquery to make the submenus hidden by default but clicking on a menu item expands it to show the submenus. <div id="navmenu"> <ul id="menu"> <li><a href="welcome.html" target="content">Welcome</a> <ul class="hide"> <li><a href="other.php" target="content">blank</a> </li> ...

JSF navigation in a HTML DIV element without reloading the entire page.

I would like to know if it's possible to make JSF navigation rules inside a <div> without reloading the entire page, in an Ajax fashion (like as in Gmail). Suppose you have your application main page with this situation: <div id="main"> <div id="header"></div> <div id="menu"></div> <div id="content"> (JSF navigation inside ...

Joomla Frozen Menu Items

On this site: http://67.15.245.6/~paddyosh/ the main navigation has suddenly stopped changing, i am sure i didn't change the core files. The same code works fine on the local machine, but please tell me if it's just my computer and you can't see what my problem is. ...