Tagged Questions
The yui-menu tag has no wiki summary.
2
votes
1answer
156 views
Can I disable the blue highlighting in YUI menus on Safari and Chrome?
I'm getting a sort of glow-y blueish rollover highlighting of my YUI menu items when I'm in Safari and Chrome (but not Firefox). Cool though this is, it's not consistent with the rest of my site's ...
2
votes
2answers
657 views
YUI Menu rendering below “fold” on first open
I have a YUI menu on the bottom navigation of the screen which creates a large white space beneath it where the action list would be rendered if visible...
On the first click the menu will render in ...
1
vote
0answers
91 views
jQuery replacement of YUI menu -> menu fail
I've got a div containing, among other things, a simple YUI menu -- it's a popup, attached to a widget inside the div. One of the actions in the menu calls a javascript function that does an ajax ...
1
vote
3answers
472 views
YUI-Style Menu based in jQuery for Website Navigation
I've used YUI Menu in the past for website navigation, and was impressed with it's ability to handle all sorts of cases like viewport size detection, etc. My current project is centered in jQuery, ...
0
votes
1answer
18 views
YUI MenuButton is huge when first displayed
I have a YUI (2.8.x) MenuButton that is lazily loaded via an AJAX call. I'm not doing anything special to limit the number of items visible at one time. When the items are first loaded, they are all ...
0
votes
0answers
15 views
Are yuimenu items required to be on a single line?
I'm building some yuimenus in which the text of the menu items can be rather long (40-50 characters). The contents of these items are user-specified, and there's not a lot that I can do about it. The ...
0
votes
0answers
7 views
How can I set YUI MenuButton for a span elements
I have a and this represents the dropdown values comes form ajax.
How can i show these values in yui menu Buttons instead drop down.
0
votes
1answer
24 views
How to get to a yuimenu object after it's been created?
I'm got some yuimenu-based popup menus working, and, generally speaking, all is well. However, I've found that I need to get my hands on a menu object so I can do things to it after it's been created ...
0
votes
1answer
79 views
How to require explicit dismissal of a yui popup menu?
I have a page with a couple of widgets on it, each of which, when clicked, brings up a yui popup menu: If I click on widget 1, its menu comes up. If I now click on widget 2, widget 1's menu gets a ...
0
votes
1answer
117 views
How to update yui menu positions after an ajax page insertion?
I've got a page with a bunch of items on it. Each item has a widget that, when clicked, brings up a YUI popup-style menu of options. So far, this is working fine.
I'm using jQuery/ajax calls to ...
0
votes
0answers
54 views
YUI menus not hiding/resetting after a replacement of click method
I have a page that contains a number of items, each of which has a YUI menu attached to a widget that's part of the item. It's a simple popup menu -- you click the widget and get a menu of actions; ...
0
votes
1answer
98 views
How do I remove the drop-shadow from a YUI menu at runtime?
I have a menu-button that I want to remove the drop-shadow from. I would like to not have to instantiate a menu object first (since it requires me to specify a div in the DOM to attach it to). I am ...
0
votes
1answer
260 views
YUI menu, handling “onclick” from markup
Would like to know if is it possible to handle onclick event via Html markup.
(link text)
I know many YUI widgets can use yuiConfig to add configuration properties directly from markup ! (like ...
0
votes
2answers
663 views
YUI MenuBar not showing submenus
So I'm trying to learn the YUI toolkit, and I'm having issues with my menubar having usable submenus. If I use the following code:
<html>
<head>
<title>Web</title>
<!-- ...
0
votes
2answers
409 views
YUI menu with animation
Is it possible to have YUI menus e.g. slide in as opposed to simply popping up?
0
votes
1answer
199 views
YUI MenuButton: menu doesn't show when menu widget is added to button widget
Using YUI, I want to create a menu button, passing in the menu widget instance.
Result is what looks like a menu button, but the menu doesn't show.
test case: ...
0
votes
3answers
1k views
Whats the correct CSS to apply to a YUI menu bar?
I am trying to figure out the best way to use CSS sprites as header images for a YUI menu control.
I have a CSS sprite with the following CSS :
...
0
votes
1answer
250 views
Can I make an item in a YUI menu that is NOT a menu item
I have a YUI menu top bar navigation menu based from this example.
I'd like to be able to insert items to it that serve as captions and not menu items. For instance I may have a list of products in ...
0
votes
2answers
973 views
YUI MenuBar positioned behind a ASP.NET Silverlight Control
Using the YUI Menubar, when the items drop down they appear behind a ASP.NET Silverlight Control. I am not using YUI layout.
I've already tried setting the z-index:99 and the position:relative for in ...
0
votes
3answers
727 views
Why is YUI Menu waiting for my page images to load?
Edit: This is a confirmed bug in jQuery 1.3.1. It is fixed in jQuery 1.3.2.
I have a YUI menu control exactly like this sample with sub menus along the top.
I tried using Yahoo's code to initialize ...