menu

sifr menu list problems, height of object calculated wrong

I am using Drupal and have sifr set on list items, and also a, a:hover are set via Drupal so that the links hover. I looked at the sifr3-rules.js file drupal's render module creates and it looks good. and in fact my other sifr items look fine... But the list item ones are goofing for some reason... There is extra space below the list, so...

menus that expand when you mouse over, done purely via CSS?

Someone told me once they it is possible to create menu's via CSS only, how can you? ...

jqgrid dropdown menu

Hi, i'm trying to build up an edit form with some . The first one use a dataUrl to load some Provinces; selecting a value another must be populatied with an ajax query filtered with a where clause. I have tried using this: {dataUrl: 'query1.asp',dataEvents:[{type:'change', fn: function(e) {$("#select2").parent().load('query2.asp?variab...

Cleanr Theme Navigation Default Caption Removal

Hi all, I have installed wordpress "Cleanr" Theme. I customized it and its working great but just there is a problem of "Pages Caption" in header. I want to remove that caption but probably its coming from 'wp_print_styles' not sure please anybody to help me sort out this problem would be greatly appreciated. Thanks in advance. Regards...

Android: APK Icon is not being installed

I am able to deploy my application but for some reason, I am not able to get the icon to display in the pull up menu on the Home page of the OS. Does anyone know what I can do to solve this? By the way, the application shows up in "Manage Applications" but does not show up as an icon for some reason. Through Eclipse, I am able to start ...

Jquery prevent repeating animations without breaking my dropdown?

http://mmowned.org/dragon/slm/menu9.html In an attempt to solve the animation queing in the old version (menu7.html) I tried using .stop() in the dropdown menu. Problem is when you "stop" the dropdown halfway through and then start it again, it breaks the menu and only extends back to where it stopped :/ I'm pretty sure this is really ...

Drupal6: Administer Menu Gone

In Drupal 6, the administer menu is gone. The super user (uid = 1) can see it, but the Admin role, that has the correct permission, does not. If a user with the Admin role were to go to the pages, they could access them (like nodes/add/content_type or something), but there is no menu. (So hypothetically, the site could be administered by...

Bash Case menu - dynamic choices

Hi guys, I'm not sure what the policy is here on asking followup questions. So please excuse me if i'm breaking protocol. Earlier I was constructing a menu in bash ( Here ) And so far I've got it working really good. Code here. while [[ 1 ]] do cat -n "$dumpfile" read -p "Please make a selection, select q to quit: " choice ...

How do I add a menubar to a tabbed pane?

Is it possible to add a menubar to one of the windows in a tabbed pane? And is a frame the only container which can have a menubar? ...

vertical menu in css

Hi all, I want code to create a vertical menu in CSS and also want to create a sub menu in that vertical menu. Please help me in this regard ...

How can I set a solid color as background for the ENTIRE menu?

How can I modify my Menu so that it shows the color all the way through and not like this: Here is my code: <DockPanel> <Menu DockPanel.Dock="Right" Height="30" VerticalAlignment="Top" Background="#2E404B" BorderThickness="2.6" Foreground="#FFAA00"> <Menu.Bi...

Icon in my Menu shows up way too big. How can I have it fit in the little square?

<MenuItem Header="Language" Background="#2E404B"> MenuItem.Icon> <Image Source="MenuImages/speechbubble.png" Stretch="Fill" /> </MenuItem.Icon> </MenuItem> How can I make it so the bubble fits nicely into the square box? Or even better, is there a way for my text to be a bit lower to hit the middle of the image. I wou...

PHP drop down menu help needed

Hi, Need help with my simple PHP menu. I'd like to have something like that: when child elements < 6 display one column if > 6 display two columns. Any advices how to make it? Regards ...

How do I take this existing array and add submenus?

Existing array code: function get_menu($menu = array(), $ulclass = '', $is_main_menu = false) { global $menu_selected; $output = ''; if (empty($menu)) { return $output; } $output .= '<ul' . (!empty($ulclass) ? (' class="' . $ulclass . '"') : '') . '>'; foreach($menu as $item) { if (!$is_main_menu || !i...

Horizontal menu with overflow-x:auto

Is it possible to have a horizontal menu that can scroll overflowed menuitems horizontally, but also display the vertical overflow when a submenu is to appear? ...

jQuery Problem Mouseover the 2nd

Hey Guys, i have a Menu with the following Code: <div id="head_navigation"> <ul> <li><a href="javascript:void(0);"><img src="img/start.jpg" width="57" height="40" title="start" alt="" /></a></li> <li><a href="javascript:void(0);"><img src="img/favoriten.jpg" width="87" height="40" title="favoriten" alt="" /><...

How to callback the button animation?

I found a nice menu which have a background image fade out, as shown here http://www.queness.com/post/411/create-an-attractive-jquery-menu-with-fadein-and-fadeout-effect But however when I rapidly mouse over the button for few times, it will keep animate non stop. I was informed that I need to add in a "callback". I'm not a javascript ...

Text wrapping in IE 7 <li> tags

I have a horizontal menu bar made up of <li> tags, containing links, so a menu item looks something like: <li> <a href="...link..."> <span>Some text</span> </a> </li> Looks fine, until the menu bar is wider than the screen. When this happens, and the last menu item has one or more words, the second word of this item wraps just und...

Links within and outside List elements not working

I'm trying to create a unordered list, with each li element having it's own background image (no text, just image), but I'm having trouble (in Firefox at least, it works in Safari) getting the link to work. In Firefox, the image changes on hover, but doesn't let you click. How do I get it to work in Firefox? I've tried the A tag within a...

jQuery - Video interferes with dropdown?

I'm trying to get a dropdown menu to open when I hover over the parent link, and it works, except that when there's a video on the page, it doesn't seem to work... I'm not sure why. I've tried playing around with the z-indexes, but nothing seems to work. The submenu items just kind of blink in and out, but the whole menu doesn't stay ...