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
13 views

java AS3 menu - next active button resets previous active button

i have been working on this problem for three days and nights. i have to make a website for uni and i have completed my layout and content etc. the menu is also complete, apart from the fact that i ...
-4
votes
0answers
20 views

Horizontal CSS Menu with flexible paddings (left and right) [closed]

i have a page with a horizontal menu jsfiddle.net/PoorScouserTommy8/hwRQq/embedded/result/ i want to make these paddings flexible, before the menu breaks, the paddings should have a value (left and ...
0
votes
0answers
11 views

Having trouble creating a “simple” pause menu

I'm trying to create a simple pause menu for my iOS game. My goal for the time being is: -to pause all timers, animations, image locations of the main view controller via button -transition to the ...
0
votes
0answers
28 views

Jquery hover with underline border

I face up with jquery hover problem. Here is my jQuery code: <script> $(document).ready(function () { $('.punktas').mouseover(function () { var left = $(this).offset().left; ...
1
vote
1answer
32 views

Horizontal CSS based menu styling not working

I have been using this Horizontal menu for some time Now i want to make some more changes to it I want to highlight the parent menu only on hover affect if it has submenus. If i apply background ...
0
votes
0answers
13 views

jQuery draggable snap to 4 corner of the screen and when clicked it expand like Menu or Tooltips with html code inside

Any idea how to let jQuery draggable button snap to 4 corner of the screen and when clicked it expand like Menu or Tooltips with html code inside. I want this function also to work on iPhone/iPad when ...
-6
votes
1answer
28 views

Javascript - drop down menu [closed]

I found the javascript code below, for a drop down menu. <!DOCTYPE html> <html> <head> <style> body{font-family:arial;} table{font-size:80%;background:black} ...
-5
votes
0answers
22 views

Menu should change the content [closed]

I am not able write the codings for the button. Whenever an menuitem is pressed, the form should show up the content according to the option chosen.
1
vote
1answer
18 views

Toggling links in menu?

How to make that the links can works only with sub-items? <ul> <li><a href="item-1">Item 1</a> <ul> <li><a href="item-1-1">item ...
0
votes
1answer
23 views

Twitter Bootstrap - How to start dropdown close

So first of all, here's the link to my site: http://songfreek.com/ This is what my sidebar dropdown navigation is doing: This is what I'd like my sidebar dropdown navigation to do: I guess I'll ...
3
votes
2answers
43 views

Not sure how to create a menu which uses methods from my other classes [closed]

so far I have created two classes, which I will show below I have tested both classes and they both seem to work. I now need to create a menu which will use the two classes I have created and allow ...
-2
votes
0answers
12 views

How to add a program link to the menu in debian [closed]

Sometime I compile software myself, and it brings me a problem.How to add it in the menu? My system is Debian 7 Wheezy. My desktop is Gnome Classic. Thanks.
0
votes
0answers
31 views

Drop down menu blocks links on main page

I have an iframe containing a drop down CSS menu at the top of all my pages and it is blocking links or hrefs from being clicked in the area directly below the drop down menu. Only within the height ...
-1
votes
0answers
8 views

BlackBerry Android Arc Menu [closed]

how can develop menu like the below link in blackberry, or where you can find like this menu https://github.com/daCapricorn/ArcMenu thanks
4
votes
2answers
37 views

Error: Didn't find class android.view.menu (on path)

I'm trying to create a single menu item. When I run my app, it crashes right when it starts up and I get the following error in LogCat: E/AndroidRuntime(1507): Caused by: ...
0
votes
1answer
14 views

How to dynamically hide/remove some menus from navigation?

I'm working on a wordpress plugin which inserts some pages using wp_insert_post() on activation. These pages are then used for different purposes (user account dashboard, edit account info, change ...
0
votes
0answers
24 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
31 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
17 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
34 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 ...
1
vote
4answers
43 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
12 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
27 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
43 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
26 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?
1
vote
1answer
7 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
23 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
14 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
24 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
51 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
6 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
53 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
20 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
36 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
24 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
51 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
55 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
19 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
25 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
26 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
116 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 2 3 4 5 118