My suckefish menu on site http://www.lendorlaw.com cut off the right side of my menu. when you hover over practice areas it cuts of the word LAW. Some assistance would be appreciated.
i know i can use .ClientEvents for the parent items in menu to call javascript funtions.
is there a way i can call javascript functions from my child menu items?
Thanks
When you create a custom theme in WordPress, you can add a link to your theme options on the left menu in the WP dashboard. The default icon that's used next to your menu label is called generic.png and resides in the wp-admin/images directory.
Anyone know how to tell WP to use my theme's custom favicon.png instead of the default?
Hi,
I want to use a select menu to redirect to another page but when I select 'Home' it doesn't redirect me to the main page. Nothing happends...
<select>
<option>Select a menu</option>
<option><%= link_to 'Home', '/' %></option>
</select>
Thank you for your help.
I'm looking for a method to generate a left hand menu in Magento much like the top menu present in the default template, anyone have a method for doing this?
In every other mac browser, CTRL key and a mouse click brings up the flash contextual menu.
Opera on the mac really likes that menu. META key (aka APPLE key) and a mouse click bring it up too.
This makes some flash apps unhappy.
How can I disable this?
(opera 10.10, macos 10.6.2)
hi to all.
i am working on flash menu. in this menu i make a 4 tabs.. in each tabs i have 2 text.. in this text i have to give a link on google.com. and i also have to add a underline when my mouse over the text.
then how to do this..
My application has some special requirements and i need to know if i can draw my own accelerator key description.
Also is it possible to get a signal when the main menu is activated and one when it is left (either by selecting a menu option or clicking somewhere to close it).
I need to add the URL 'user/7/orders' to a particular menu. As this requires PHP for the UID (7), how do I write a script to add an item to a particular menu?
Hi , for example , when you playing game , you are play in the game UIView
and when you exit your game and return to the game root menu,
there're a 'exit' button on the game UIView
I wanna click this button to release self view and go back to the main menu
how to do this?
In Android, when an alert appears, the background is dimmed. I would like a similar effect for when the menu is opened. I tried the following code, but it didn't work:
@Override
public boolean onMenuOpened(int featureId, Menu m) {
boolean ret=super.onMenuOpened(featureId,m);
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND);
return ret;
}
Does anyone know how to achieve this?
Now that jQueryUI 1.8 is out, I was browsing through the updates and came across the new Button widget, and in particular one of the demos with the SplitButton with a dropdown. This demo seems to suggest that the Button widget could be used to create a dropdown menu here.
As a matter of discussion, I was wondering what ways there are to go about creating a dropdown menu with this new Button widget.
Cheers.
Has anyone got any idea why the menu is rendering below the rotating images on this site in IE7: http://new.coffeelatino.co.uk/.
The z-index is much higher for the menu that it is for the rotating images.
Just another reason why IE is so dreadful.
I'm trying to create a menu component for my flashbuilder app but when I separate the menu from the main application it stops working. Can someone show an example of how to do this? Also if this is a bad idea could some explain why?
Thanks
Dave
or conversly can you import a parents menu items into a child window?
So I have an UI that is composed of controls that all have their own context menu, but we also have a datagrid that get's nested inside our generic contaier.
So when you right click the datagrid elements I want to show both the context items I've created for the datagrid and the items from the generic container.
I am using Eclipse RCP to build desktop app. When the user invokes a popup menu I'd like to add some items to the menu. Something like a list of "suggested actions" to take for a problem. The pop-up is is on a table and it already has commands on it.
What is the right way to implement this?
hi,
long time ago I've expanded my Log menu in Drupal. See picture:
http://dl.dropbox.com/u/72686/logsMenu.png
Now I don't remember anymore how to change that setting and remove the advanced log items from the menu.
thanks
Is it possible to add other menu items to other pinned applications right click menu in the Windows 7 taskbar? I'm using .NET, but I will accept P/Invokes as well. I've been reading the documentation on the API, and can't seem to find a way to do this. I just thought I'd check here as a last ditch effort to find a way.
Hi
I have been looking to implement a menu system like the following
I have 1 category, Cars, with 2 sub-categories, New and Used
I’d like to display, on the drop down, the main category and then New, with all the products inside as a list and then Used, with all the products in a list.
I have tried using the code in the link provided, but it seemed to include a rollover option, that expanded the menu and the products are not listed below the category.
Thanks
Hello,
currently i use the accordion menu provided by the asp.net toolkit.
The problem is that it is not Seo friendly. So what i am looking for is an accordion menu with the following characteristics.
1) Seo friendliness
2) Preserving of the selected index, on post-backs.
3) Small in k bytes
4) Free of charge
Do you have anything in mind?
When I call cin or getline with cin in my Visual Studio 2010 C++ app, I can enter something in the console (as it should be), but the right-click context menu is "blocked". It doesn't appear - this means I and my clients are not able to use copy and paste.
How to enable the context menu in the console with cin?
My question is based on another question. Instead of repeating a bunch of stuff, I hope it's okay that I refer you to that other question instead:
http://stackoverflow.com/questions/1203698/show-nssegmentedcontrol-menu-when-segment-clicked-despite-having-set-action/
My question is: How would the code within [self showGearMenu] look like, i.e. how would one actually use the popUpContextMenu:withEvent:forView method to accomplish what the poster of the other question wants?
I ask because it seems that the question was resolved for the poster, but he never shared with us how he actually popped up the menu :)
Hi, i am building a context menu for a WPF c# application and just for simplicity's sake, if i have text and then i add an image, the text is always aligned at the top of the menu items cell and i cant figure out how to align it to the center. i have tried the veticalalignment property and veticalcontentalignment property but they dont help.. any ideas?
I'd like to take a book menu and just add it right to the primary links. Any way to do that? It can appear alreayd in the Navigation links but I'd like it to expand to deeper child levels.
Also, I'm using a theme (Newswire) that creates a suckerfish menu from the primary links, so if I can automatically add my book pages to the primary links that would be ideal...
Sample Book Layout
Hello~
It seems that android Menu doesn't work on SurfaceView. Menu cannot
render when the view is the SurfaceView.
Anybody have the same problems ?
Thank you~~