A menu is a user interface mechanism that provides the user a means to view and execute application operations.

learn more… | top users | synonyms (1)

0
votes
0answers
20 views

How to change horizontal mac style dock menu to vertical orientation?

I have got this jqeury plugin that shows mac style dock horizontally like this : Demo here I have tried changing it's css to make it vertical on left side of page but there seems to be some issue. ...
0
votes
2answers
28 views

Jquery image rollover on parent li hover

I have a responsive image based nav menu that I previously used jQuery to swap out a rollover image. <ul id="mainmenu"> <li><a href="#"><img src="nav1-off.png" ...
0
votes
0answers
14 views

how to use UIScrollView for scrolling inside an UIView different xib files

I need to do a "angry birds" style scrolling starting menu for a game I'm starting to develop, but I don't want to have the entire menu done in cocos2d, I do prefer to use UIKit with ...
0
votes
1answer
33 views

Dynamic base menu: php or jQuery? [closed]

I'm redoing my portfolio website, and I not sure which way to go about it; jQuery or PHP? combination? My goal is to allow myself to drop any html/php file into a folder label "projects". Then have ...
0
votes
4answers
32 views

Prevent block element from overflowing parent element's width

I have a menu (jsfiddle) which displays like below, it is built from <ul> and <li> elements. The child menu elements show up below the parent element, and the container is a fixed-width ...
0
votes
1answer
10 views

How to edit custom menu widget CSS in Wordpress?

I want to create a horizontal custom menu in wordpress. I've added a custom menu widget to the footer of my site (not online yet) but it displays a vertical bullet list menu. Where can I change that? ...
0
votes
1answer
25 views

Why cannot I see the options menu button?

I'm using android in eclipse. I made an application for this versions. In my AndroidManifest. <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="17" /> I made a ...
0
votes
0answers
36 views

Adding Hover Intent to Existing Javascript Code

I know there are a million of these on here but I have sifted through them for days and I can not get this code to work. I am trying to add hoverIntent to an existing Wordpress theme, Atahualpa. I ...
0
votes
1answer
24 views

Menu button with NoActionBar

I have Activity with Theme.Holo.Light.NoActionBar. My manifest setup: targetSdkVersion=17. Menu button is not showing. How I can show menu button at bottom of my Nexus4?
0
votes
0answers
2 views

Umbraco : Footer Menu True/Flase Property

I've tried adding a simple footer menu to umbraco6 using a new property showInFooter (True/Flase) on the doc type Textpage. Creating the xslt file with the below: <?xml version="1.0" ...
0
votes
1answer
6 views

Associate different voice of ListView to a different activity

I'm creating a menu with a ListView where there is a division with different typology of routes: Historical, naturalistic etc. package it.sii.android.helloandroid; import ...
0
votes
1answer
22 views

How to animate this responsive toggle menu?

I've found this very good looking responsive menu (resize browser window to see it in function): http://themetaq.com/demos/responsive-toggle-menu/ I managed to implement it in my website, but I was ...
0
votes
1answer
11 views

CSS menu causing problems in iOS on ipad

My menu doesn't want to work on ipads, initally i thought that this was the transition property being set to all - it's now on opacity and doesn't make any difference. The problem is that the sub menu ...
2
votes
1answer
27 views

Different menu xmls for different screen sizes

Is it possible to define different menus for different screen sizes? I've tried adding folders res/menu-large and res/menu-xlarge, but the menu xmls I place here have no effect on my xlarge tablet.
0
votes
0answers
16 views

Android Menu Items setTypeFace (Apply Hindi Fonts)

I need to apply hindi font settypeface on the menu items. Its working fine on the 4.x OS but showing boxes on 2.x OS.
-2
votes
0answers
20 views

I want to create a breadcrumb menu with borders by using css only (support on ie 6 +) [closed]

I want to add a border to arrow of each step element. In-order to do that, I want to reduce the gap between 2 steps. please find the source of html, css [http://jsfiddle.net/amalatsliit/guwqy/].
1
vote
1answer
8 views

How do I stop active menu items dragging whole array on selection

I have a menu bar designed for mobile screens. I am trying to format it so that when you 'click' an image it drops 3 pixels to indicate its selection - however the code I'm using drops the entire bar ...
0
votes
0answers
5 views

Joomla 3 Widgetkit not showing in component menu

I have installed and added a lot of data in my Joomla 3 Yoo Widgetkit, but I found out that it should be a widgetkit menu item in components menu, but it is not. I googled and found this solution: ...
1
vote
5answers
50 views

How can I create a menu in PHP from files in a directory

I'm very new to PHP and would like some help creating a menu from files contained in a directory. As I add files i'd like the menu to automatically add an item. The files in the directory are .htm ...
0
votes
0answers
5 views

Android Fragment : replace Crash and Hide/show don't works

I'm making an App that implements this slide-out Menu and i'm pretty much satisfied about the implementation. I divided my app in multiple Fragment for one Activity so for each section of the menu ...
0
votes
1answer
41 views

Yii Search in navigation menu

I'm currently writing an application in Yii in which i want to create a search box in the header (either in the navigation menu or just above it). This search box should be able to be accessed from ...
-1
votes
0answers
18 views

Generation multi level labels from blogger labels using json javascript [closed]

ex , i have label with contain "-" in name , so i need format to multi level from lable name ex : i have some label : Coupon Coupon-Hosting Coupon Development Development-ASP Solution ...
0
votes
1answer
33 views

How do i transition between game and menu without using frames in as3?

I have simplified this code for easier reading I have one class called LevelSelect, one class called Game, and one class called NavButtons. */ The code below i have added levelSelect ...
0
votes
1answer
25 views

Menu is not displaying in Magento Admin

I want to add a section in magento dashboard for a particular user type with user add/edit/delete facility, so I have created a module for magento Admin but it not diplay in Admin menu. I want to ...
0
votes
0answers
23 views

How can i style an android context menu?

Right now, my context menu has the white default color. I'm able to change the title with .setHeaderTitle in the onCreateContextMenu event. I'm trying to change the background color to #2b2b2b, but i ...
0
votes
1answer
50 views

How can I make my methods restart my after being executed once?

How can I alter my code to make it so that it reruns the if/else-if statements after being run once. E.g. How can I go: top menu>prompt for input(which is 2)>submenu>prompt for input(1 ...
0
votes
0answers
52 views

CSS Tweak to Simple Drop Down Menus

I'm using some simple dropdown menus I found online and I need help with a CSS / HTML tweak. Currently they expand as you add menus. I'm using them on an old Intranet I inherited that is 960px wide. ...
0
votes
0answers
12 views

Website Navigation Menu - Administrating (asp.net)

Question: What would be the recommended way to create a navigation menu for a website that can be edited per user accounts? (lists, drop individual link buttons, other method) Example: I have a site ...
-1
votes
1answer
18 views

Menus in the database. Good or bad?

Can you give several indications (pro and cons) concerning the fact to put the menus of a web application inside the database?
0
votes
1answer
16 views

addEventListener in JS not working as expected

Firstly skim codes please. index.html is : <html><head><title>Home</title><script src="js/script.js"></script></head> <body onLoad="init()"> <ul ...
0
votes
1answer
44 views

CSS menu not rendering correctly in IE

The menu that I built works correctly in all other browsers except IE - what a surprise. jsfiddle of menu: http://jsfiddle.net/JazParkyn/6jshy/19/ not sure that the fiddle will help though as the ...
1
vote
1answer
23 views

Highlight menu by querystring ignore case sensitive

I use jquery to highlight my menu. And here is my html look like <div id="menu"> <div class="item"><a href="?product=abc">ABC</a></div> <div ...
1
vote
1answer
24 views

passing data to another page from nlevel menu

I have a multi level menu with asp.net c# that it gets its items from the database table. my table has items: menuID, menuname, description, parentID. my code is like below. <asp:Menu ...
1
vote
2answers
110 views

how to make dropdown menu using html & css

I'm trying to create html menu holding a login form, So when I expand the menu, a login form appears, the problem is when I click on the form to write the username or password, the menu collapses ...
1
vote
2answers
35 views

XNA - How to Exit Game from class other than main?

How do you make it so the game can exit but not have the code in the main class, have it in a different class?
0
votes
1answer
27 views

XNA - Drawing Strings on Menus

Two questions on Drawing a list of Strings on XNA in menus. First is how do you left align the text instead of center align it? Second is how do you show a say a line before whichever one is selected? ...
0
votes
1answer
17 views

Create Menu options button in Tablet

How to create a soft button for tablets? Now I have the manifest minSDK 8, and the target of KFOR 13. On phones everything is normal, there is no button on the plates
0
votes
1answer
9 views

Disable primary menu link in drupal 6 without using any drupal module?

I am using drupal 6. in My project i have used primary menu's but from them i want disable one primary menu link. For that i don't want to any special module. Please help me.
0
votes
2answers
41 views

Need my div dropdown menu to hide text when not hovered

I'm trying to do a dropdown menu with a div. The transition on the div is fine and everything is working great. But I don't know how to get the text that's in the dropdown area do be hidden when I'm ...
0
votes
0answers
11 views

Theming menu block module drupal, get rid of default block style

After lots of trying, i finally managed to find out how to make my menus active in drupal 7, using the drupal menu block module. There is one nasty thing which i can't find just a simple solution ...
0
votes
0answers
25 views

SubMenu getItem don't work

I have created a Menu with subMenu and I try to set an event on the each last event. It worked well excepted for the last itération of submenu(each subMenu can have a submenu or not, it's random). ...
-1
votes
2answers
41 views

wordpress Twitter Bootstrap collapsing menu won't coallapse [closed]

I am trying to do a bootstrap wordpress custom theme as a learning exercise. I've resolved most of my problems, but i can't get the collapsible nav to collapse when not hovering over it. I've been ...
2
votes
4answers
50 views

CSS menu transitions not working

I'm trying to add some transition effects onto my css dropdown menu, but wherever I put the transition code in it doesn't seem to work. transition: all 2s ease-in; I'm trying to get the transition ...
4
votes
1answer
89 views

Multi level menu with PHP

I have a subject table like this: id title parent_id full_path full_path is for finding parent as recursive. Like this: +----+-----------+-----------+-----------+ | id | title | full_path | ...
1
vote
2answers
31 views

Can't hover the child menu while creating css menu

I am trying to create simple css menu with the following structure: <section id="navigation-bar" class="container"> <nav class="pull-left"> <ul class="multiColumnMenu"> ...
0
votes
2answers
29 views

Pressing the menu button on the physical

I have here an example of such code here public class Example1Activity extends Activity { private static final int ID_ADD = 1; private static final int ID_ACCEPT = 2; private static final int ...
1
vote
1answer
37 views

animate asp.net menu with javascript

I found a javascript code that change the opacity of the asp.net menu items , $(function () { $("ul.level1 li").hover(function () { $(this).stop().animate({ opacity: 0.7}, ...
0
votes
0answers
13 views

Wrap all sub menus with a div element using wp_nav_menu

I am creating a multi layer menu with wordpress and css using wp_nav_menu I want to place a div container before the sub menu item starts . But this holder should be applied to first sub menu ie all ...
1
vote
1answer
15 views

Asp.net,Menu control

Asp Menu control is not rendered as the way it has in IE 8 and IE 9.please help to fix this issue.It is padded with white space or the sub menus are not displayed properly sometimes.
1
vote
1answer
31 views

add fade-in fade-out effect to menu mouse hover

I have asp.net menu likes , <asp:Menu ID="NavigationMenu" runat="server" CssClass="menu" EnableViewState="false" IncludeStyleBlock="false" Orientation="Horizontal"> ...

1 2 3 4 5 117