menus

CSS Menu Problem in IE...

Having a problem with CSS Menu's in IE. It's my first shot at CSS Menus, so of course there's going to be mishaps. :) It is supposed to display the list items below the list header, but instead it is display it to the right. It shows up perfectly in Firefox, but (of course) not in IE. What happens (IE): http://vvcap.net/db/7Ti_aj74IaQ...

sourceforge menu's, cant' seem to find the jquery function that generates them?

I'm digging around sourceforge's cool menus, but can't seem to find where exactly in the javascript they generate them? I realize the layout is in html/css, but where are the events/functions on the jqeury side? ...

Pure CSS Drop down menu's 3rd tier: to match the width of its widest sibling.

Hi, I wonder why the width of the 3rd list in my drop down menu does not have the width of its longest text length. I have removed the width completely so that by default, the width of the list can match its longest text length. Does anyone know how to fix this?? This is the html, <div id="footer"> <ul> ...

CSS Dropdown Menu Misaligned in IE8

Hi all, I have some drop down menus that don't seem to be aligning nicely in IE8 - they are aligning well in Firefox 3 and IE7. Specifically, the dropdowns seem to be ignoring my right:0; style. A picture says a thousand words so this is what it looks like: As you can see, the right side of the dropdown should be aligning with the ri...

children of height-adjusted parent disappear in IE8

I have a multi-level drop-up menu composed of ordered lists within ordered lists. To create a slide-up effect I set a parent item to height:0 and the use .animate() to set its height up to full height (would use slideUp but I want it to expand up, figure should be the same). I have for a particular parent menu node on hover: $(this)....

menu css using child selectors

hi there. I have the following menu: <ul class="top-menu"> <li><a_href="/Products" title="Products"><span>Products</span></a><ul> <li><a_href="/Products/List" title="Product List"><span>Product List</span></a></li> </ul> </li> <li><a_href="/Customers" title="Customers"><span>Customers</span></a></li> </ul> and I also have a sprite for...

Disable latest post highlighting on wordpress front page

Currently the navigation menu (consisting of a list of posts) that appears on the front page of my wordpress site has the most recent post highlighted in it. However I don't want this. Is there a way I can change it so that on the front page the navigation doesn't have an on-state, but on all other post pages it does? Below is the code t...

Need drop down menu....

I need a drop down menu. There are so many out there, is there a jquery drop down menu that's fairly simple with total CSS configuration? ...

Adding a Menu Screen to an iPhone/iPad application?

I'm working on a game application for the iPad and now that I've made the game work in a single view I wish to add an opening menu where a user can either go to the game or change the settings. How do you lay this out in xCode? Many thanks in advance from a puzzled programmer. ...

PHP / Wordpress - add arrows to parent menus

is it possible to add some kind of class like 'arrow' or a span inside the menus that have submenus (in Wordpress)? it seems that you can do this is using javascript, but I want to know if there's a PHP solution... in WP 3.0, I saw that active menus have the "parent" or "ancestor" classes on them, but this is only for active menu, and I...

Disabled menu items in Winforms still show subitems

If I create a menu with two items (say "Item1" and "Item2" and then create two subitems under each one (1A, 1B, 2A and 2B), and then disable Item1, I'd expect that 1A and 1B wouldn't show. And, indeed, if I move onto Item1 they don't. Unless I then move on to Item2, wait for 2A and 2B to show, and then move back to Item1. At which poi...

WPF Menu item "_" disappear on mouse over

Hi, I have implemented a Menu with hot keys functionality. Following is the XAML i used, <Menu IsMainMenu="True" x:Name="mainMenu" Background="#FFACC9F7" Height="20" Margin="1,6,-1,0" VerticalAlignment="Top"> <MenuItem x:Name="fileMenuItem" Header="...

In menus for "...", should one use ellipsis sign or just three dots?

Microsoft's reference (http://msdn.microsoft.com/en-us/library/aa511502.aspx#ellipses) doesn't say anything, but it seems that currentle everyone uses three dots (...) and not the unicode sign (…). Is it OK, or maybe there are some guidelines I'm not aware of that recommend using the unicode sign? ...

Get a specific section of the a given menu.

in drupal 6, i've been experimenting with menu_tree('menu-name'); but i can't seem to figure out a way to get only a certain section of the tree, say the 3rd tier from the root... one tier deep. i don't want to use another module, and would be prefer to use drupal api. as always, any help would be greatly appreciated! ...

potential bug openGL

I am attempting to tile an image on the screen using menus. My menu works-tiling in the appropriate way-properly until I move my mouse then the tiling design disappears? #include <GL/glut.h> #include <fstream> #include <cstdlib> #include "TUGL.h" #include <glui.h> //Global variables class GLintPoint { public: GLint x; ...

JQuery Selector issue (I think)

I've got the script below <script type="text/javascript"> $(document).ready(function () { var ChildMenusFound = $(".menu_Child").hover(function () { //Mouse Over alert('ok'); $(this).toggleClass("menu_hover"); }, function () { //Mouse Out ...

Eclipse missing some Preferences menu items

I have Eclipse 3.0 recently installed on a desktop and a laptop. The laptop installation is missing several menu items under Window/Preferences that appear under the desktop. The missing items include: Data Management Plug-in Development Remote Systems Servers terminal Web Web services I installed them both from Eclipse.org at about t...

CSS Horizontal Menu alignment problem in a cell....

i have a CSS Horizontal Menu in a table cell. I have set the cell's alignment to align=right.. and the CSS Menu is in that cell but it not right aligned... see the code HERE... i want to make this menu right aligned ...

Implementing a similar menu like MS Website

Check the menu on this Microsoft site: http://www.microsoft.com/windowsserver2008/en/us/system-requirements.aspx Check the Main menu bar, Sub menu bar and the Drop down menu bar on this site. Does anyone know how can we implement such menu? It there any control in ASP.NET for this? ...