0
votes
1answer
23 views
Jquery javascript menu?
Hey Everone
Does anyone know how you create a menu with this rollover effect. Is it using jquery? I'm want to create something similar using wordpress as my CMS. Would be great if …
0
votes
1answer
18 views
Change context menu in WPF TreeView for data
Is there a way to specify in a TreeView's HierarchicalDataTemplate to use a different context menu depending on a property on the data an item is bound to? For instance, display on …
0
votes
1answer
30 views
WPF menu item with image
Hello, I have a WPF menu:
<Menu Height="22" Margin="0,109,102,0" Name="menu1" VerticalAlignment="Top">
<MenuItem Header="Reports">
<MenuItem. …
0
votes
2answers
41 views
jquery conditional logic for currentpage
I'm using jQuery for a vertical site navigation menu, all links within site. I have the basic functionality working, but am at a loss as to the correct if-else to accomplish the fo …
0
votes
1answer
11 views
WPF - Bind Menu Item
Hello,
I am creating a menu and binding the menu items ate runtime as follows but I am not able to make it work.
I am creating the menu as follows:
Menu menu = new Menu(); …
0
votes
2answers
30 views
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< …
0
votes
2answers
20 views
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) …
0
votes
2answers
33 views
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/star …
0
votes
1answer
78 views
+100
ASP.NET: Sitemap where a menu item links to its first child item
I have written my own SiteMapProvider and my own menu control which work pretty well, but there's one thing left that I haven't figured out how to implement.
My sitemap consists o …
0
votes
2answers
20 views
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 wh …
0
votes
0answers
20 views
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 howe …
0
votes
0answers
23 views
How to expand all sub-Parts for Site Map Node in ASP.Net Menu ?
Hi,
I've asp Menu bind to custom Site Map Provider.
I want show all sub-Parts and their sub-Parts when I stop mouse pointer at the top items.
If the idea isn't clear here is the …
0
votes
2answers
46 views
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?
…
0
votes
2answers
18 views
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?
0
votes
1answer
26 views
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&g …
