menu

Export WordPress Nav Menus

I have a WP 3.0 site running locally that has an epic menu of about 100 items, I need to export it so I can use it on the live site. But from what I can tell the Export function in WordPress doesn't back up your menus. How can I do it? ...

Check which key to hit to boot from USB or CD?

I need to check which key the user must hit to boot their PC from a USB key or a CD. Does it depend on the BIOS maker, or on the maker/model of the motherboard? I was told about the nice, open-source Speccy to get some information on the hardware, but is there a library that I could use to get the same info from a (.Net) program and te...

VB2005 Transparent Label in Menu area

I've read many articles on how to create transparent labels but it seems to me that my particular case is not covered. Very simply I have a label placed in the upper right part of the form, which in fact is part of the menu strip. The label displays some info to the user but I wish it were transparent. Ive tried various methods including...

How can i add a drop down extension to my existing menu

Hello. I need to modify my existing menu and just add few more lines to make it drop down. Can someone please give me a code so i can add it to the Menu CSS? I think i need to add something like > ul li li < but im not sure.... It's after the line /* Submenu--------- Please view my page source and tell me what modification i need to...

Why the CSS "gets lost" when i set the IncludeStyleBlock property equal to True?

The demo web project that ships with the VS2010 contains a system.web.ui.webcontrols.menu control. That particular menu includes the IncludeStyleBlock property. When the IncludeStyleBlock property is set to False the menu is displayed as it supposed to. The menu gets destroyed if i set that property to True. So here is my main question...

How to move html elements using Javascript?

Is it possible to attach html tag to others using Javascript? <li> to other <li> ? For instance, I'm creating dropdown menu. I have div separate from the <ul> tag <ul> <li>menu1</li> <li>menu2</li> </ul> <div id="submenu1"> <li>sub1</li> <li>sub2</li> </div> When I click, say, a link, then I want sub menu to show up u...

Nested Tree Search

Hi, i just followed the answers provided in this question: http://stackoverflow.com/questions/1310649/getting-a-modified-preorder-tree-traversal-model-nested-set-into-a-ul I already built my database and is working properly, printing all the child and parent pages with the correct identation. But, i want to make it like a web search. S...

CSS Menu Shadow Problem

Hello, please take a look at the blue menu bar at the top of http://www.animefushigi.com Home | Latest Episodes | etc... If you look into the page source for this menu, I have to list each menu TWICE for it to work properly, else the text of the menu is very light and there is no seperator or hover image. This is how my Theme works. ...

ASP.NET: Menu make parent items non-hyperlinks?

I have an asp:Menu control driven by a web.sitemap file. For example, the menu is like: Fruit - Apple - Orange - Strawberry Color - Blue - Red - Yellow In the sitemap, the specific fruits are children of the "Fruit" siteMapNode (likewise for the colors) The menu is setup as dynamic so Fruit and Color are static and the specific frui...

When I alter an ID's CSS class via Javascript, my jQuery nav bar doesn't reflect the change..???

I've got a single, main nav bar in it's own file, nav_bar.shtml, which every other page includes. This menu bar is a jQuery menu bar (ApyCom is the name of the company that sells these nav bars). How an item on the nav bar determines if it's active or not (and thus highlighting it so the user knows) is through the class="current" on th...

CSS- How to create child menu towards leftern side

Hi all my goal is to get the child menu expanded towards the left hand side instead of the right hand side. The CSS is as follows, /*<![CDATA[*/ /* page styling, unimportant for the menu. only makes the page looks nicer */ /* - - - ADxMenu: BASIC styles - - - */ /* remove all list stylings */ .menu, .menu ul { margin: 0; ...

Limiting menu management

I am creating a website with Drupal 6.x that will have several content editors and several menus. I would like to somehow lock down their ability to add a piece of content as a top level navigation item. Is there a way to accomplish this? Additionally, are there any modules that make the menu drop down in the content creation page a b...

Bottom text align or menu

I have a menu the have rectangular boxes 90x50. Some have single line text, other have multiline text question : How to VERTICALLY align it to the bottom with pure css no hack please ...

Joomla nested ul menu

Hi, everyone! What I'm trying to do is to get Joomla! to desplay the menu items in a nested ul menu, like this: Item Subitem Item2 Subitem2 Sub Subitem currently I'm using a custom HTML for this, I've written a custom...

Objective C wheel menu for iPhone

Hi, I want to create a rotating wheel menu which the user can use his/her finger to rotate the menu. I understand how to rotate the circle but I have no idea how to rotate it when the user drags it using his/her finger in the right direction that hte user is dragging the wheel in. Any help please? Thank you! ...

Programmatically Set Asp Menu to Selected

I dynamically populate my Asp.Net Menu based on my Database: public class BasicHyperLink { public string Title { get; set; } public string Url { get; set; } } // For example, for the first menu // This is under mnu_DataBound: MenuItem parentItem = mnu.Items[0]; // Get first menu item foreach (BasicHyperLink link in getLinksLis...

How to switch to new Activity from menu?

I have a menu and would like to open a new Activity when the user clicks on the menu item: @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle item selection switch (item.getItemId()) { case R.id.add_symbol: System.out.println("ADD SYMBOL CLICKED!"); Intent myIntent...

VS2010 WPF - Can I create a menu with menu items just via the UI (not editing XAML?)

Just trying to drag my first Menu control onto a WPF application in VS2010. Is there a way to (via the VS2010 UI) setup the menu items etc? Or does one have to jump into the XAML to do this? Also it seems like the Menu control, after I drag it onto the window, exists at the top of the Window. However I was expecting it to be rend...

why aren't menus pre-inflated for you?

Why aren't menus inflated automatically for you in Android, the way an Activity's layout is? ...

how to make auto pull down menu works with frameset?

i failed many times. it's only works once. loaded once only. when i go to other option, it's not work. i copied the script from: http://javascript.internet.com/navigation/menu-auto-frames.html . please trying the script, and check where's the missing script. tq. ...