I have a flex popup menu that uses an icon which is imported thusly:
<mx:Object label="THing" icon="@Embed(source='/resources/items.swf', symbol='Icon_Suitcase')" />
The item is a SWF, and therefore a vector. When the menu pops up, the icon is gigantic; I'd really like to force it to be 16x16 (it's used in several places, so just resi...
Hi there.
I'm using a very simple CSS dropdown menu which works well in most modern browsers. Unfortunately it must also work in IE6 and 7, which it currently does not. Can anyone please check it out very quickly and tell me if it can be easily fixed?
I'm not adverse to using JavaScript if required.
The markup and CSS: http://paste2...
I've got a node, I want it's menu. As far as I can tell, node_load doesn't include it. Obviously, it's trivial to write a query to find it based on the path node/nid, but is there a Drupal Way to do it?
...
I have a css horizontal menu with a menu / submenu display working on the hover, but I would also like to make the submenu options stay put when I've selected that page. The code below shows the submenu on hover, but goes away on mouse out. I'm having some difficulty figuring out how to make my code work to keep the submenu items stayi...
This is not a CSS problem. The HTML isn't there. I need the menu, with submenus to exist in HTML on EACH page. Right now, the submenu only exists in HTML for the submenu related to the page being currently viewed. Here's an example of what it SHOULD be like.
<ul id="menu">
<li>Page1
<ul class="sub">
<li>sub1.1</l...
Hi Guys,
Here is my problem. I have a site in drupal and some menu structure. When the URL address is application/android/all android menu item is highlighted. However, when the URL address is application/android/16 android menu item is not highlighted.
My question is how to make everything that starts with /application/android/ to hav...
Is there a way to get a menustrip instead of an HMENU when using the WinAPI? Like menus that .Net applications use? Because the HMENU just doesn't fit my color scheme, I need a darker menu.
Thanks
...
I've inherited a site built with the CMS concrete5. I'm just starting to dissect it but was hit with a wicked short deadline on a complete overhaul to the nav. So, I want to build out a static nav and then go back when I have more time and integrate it with the auto-nav. Does anybody have experience working with concrete5? If so:
W...
I have a shopping cart script that I am trying to modify to support multiple product selection. As it is now, the customer can select a product from a single drop down menu. Now, I would like to add multiple dropdown menus (all populated with the same options).
Here is the php that outputs the dropdown menu:
if($eshopoptions['options_...
I'm attempting to set up navigation withing a Drupal site and am having a bit of trouble.
I'm trying to have a series of pages that each have a set number of sub-pages. These pages will need to link to one another. All pages will contain similar content. For instance:
Page 1 will have sub-pages a, b, c, d, e, and f all with content rel...
Hi Folks,
Is it possible to enumerate all main menu items of other programs on Windows? How?
And how to click any of those menu items after getting the menu item list?
Thank you very much!
...
hey guys ,
i have used the popular treemenu plugin for my project ,but the only problem i have is with direction .
as you may see , it shows menus in LTR direction and icons of folder and file floating left side
http://jquery.bassistance.de/treeview/demo/
question is how can i change the directio to rtl
believe me , it takes me on...
Well, to build my menu my menu I use a db similar structure like this
To assign another submenu for existing submenu I simply assign its parent's id as its value of parent field.
parent 0 means top menu
now there is not problem while creating submenu inside another submenu
now this is way I fetch the submenu for the top menu
<ul cla...
In my toplevel menu items, I would like to make a subline for each item. I don't think it's possible to do by default, byt YooTheme has done it in many of their templates.
The menu output look like this
<div class="moduletable_menu">
<ul id="mainmenu" class="menu">
<li class="active item1" id="current">
<a href="URL_HIDDEN"...
I want the following requirement. But there is slight change on it.
http://acrisdesign.com/demo/toggle/
Please consider the above link for the example below.
There are two toggle effects on Hover and Click.
My requirement when someone click on the top of the div: it will expand and there should be a "close" button in the div some on...
I want to add some tabs in the "node/%/edit" page from my module called "cssswitch".
When I click "Rebuild Menus", the two new tabs are displayed, but they are displayed for ALL nodes when editing them, not just for the node "cssswitch". I want these new tabs to be displayed only when editing node of type "cssswitch".
The other problem ...
Normally when creating a sub window (WS_POPUP), the child window will become activate and the parent will become deactivated. However, with menus, both remain active. At least I am assuming the menu is active, it at least has focus.
Example: Click on the file menu in notepad, the menu appears, yet the notepad window still looks acti...
I am using the Silverlight Business Application Template. The navigation consists of a few HyperlinkButtons in a StackPanel. I would like to create a more robust navigation menu (multilevel) with dropdowns and such. Telerik has one for silverlight (http://demos.telerik.com/silverlight/#Menu/FirstLook)
I don't want to use Telerik cont...
Hi,
I've found someone with a tutorial showing what I'm essentially after, however, the demo is for a submenu that slides down instead of having the the submenu slide up above the menu item.
Here is the link to the tutorial:
http://www.darkscarab.com/blog/read.php?id=14
Here is the jQuery script it uses:
$(document).ready(function()...
Does anyone know how to achieve a dynamic multi-level page menu for Wordpress? I have found a couple scripts but none of them put the subpages directly under the parent page or some will show every subpage to the entire menu
Example:
page1 (selected)
–subpage1-1
–subpage1-2
page2
page3
This code comes close by inserting the subpages ...