Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

How can I make DIVs flyout in response to a hover event (like the National Geographic site) using jQuery?

I have an issue similar to the question raised here, but a somewhat different case. The functionality I'm looking for is almost identical to the National Geographic website, where the "sneak peek" ...
2
votes
1answer
219 views

How to make a window like Windows 7 Notifications Flyouts, (WS_THICKFRAME but NOT-RESIZABLE)

I just made a small app here in Delphi 7 that simulates the default system icons, like Volume, Battery, Clock, Network. I'm trying to follow all Microsoft recomendations here ...
2
votes
1answer
289 views

CSS IE hover issue with flyout menu

I'm trying to create a CSS only menu that will work in IE7+ and FF. Of course, the menu currently works in IE8 and FF. The problem is when you hover over Store Departments > Women's Clothes > ...
2
votes
5answers
370 views

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?
1
vote
0answers
33 views

Facebook Like and Send plugin flyout clipping

I am implementing a facebook application that shown as a tab in a fan page. The application has a product details page that has like, send and comments plugins. The problem is when clicking on the ...
1
vote
1answer
147 views

flyout menu examples?

Is it possible to make a menu that will drop the child elements below when you hover on the parent and then when you hover on the child it flys out? Something like this but obviously goes down on ...
1
vote
0answers
131 views

Can the like button (with comments prompts) exist inside a carousel?

I have a sliding carousel of items, each of which includes its own like button. I want the like buttons to have comments; that is, when the user clicks Like, he should be presented with a prompt to ...
1
vote
1answer
198 views

How to prevent premature close of wpf flyout panel due to dialogs and drop down lists

I have a flyout panel (as illustrated below), which if undocked should be invisible when the mouse leaves the panel area in general. However, I don't want the panel to close if any of these ...
1
vote
3answers
241 views

What is the name of the “flyout” on web pages

On amazon.com and on walmart.com there is a flyout feature when you hover over the departments. It works similar to a menu but an actual rectangular window with full lists of links are displayed on ...
0
votes
0answers
48 views

How to remove flyout form

Using the HTML5 button for Like feature the flyout that appears once the users clicks it does not fit my site so I would like to remove it so it wouldn't come anymore, could you help me in . Update : ...
0
votes
0answers
33 views

Positioning div near corner of vertical flyout submenu

At http://www.pillerdesigns.com/foxterrier/ there is a flyout submenu if you hover over About. I want to put a tail above the submenu, near the right side, so the entire menu become a dog head, body, ...
0
votes
4answers
143 views

Looking for jQuery plugin - flyout block

I'm looking for a jQuery plugin, which could create a flyout of a container from left or right side of a page on some event (onClick or onMouseOver). The example can be found at ...
0
votes
1answer
140 views

Facebook Send flyout clipping issues

I have a problem with the flyout generated by the Facebook Send button. After clicking the "Send" button the flyout is generated and displayed behind some elements. Obscuring the buttons in the ...
0
votes
0answers
102 views

Fixed header with shadow image on scroll with scrollable content area

I have a header and content area and it will be like a normal site. But whenever you scroll the page, a shadow image will appear in the bottom of the header (header height will be approx. 200px.). ...
0
votes
0answers
150 views

AjaxControlToolkit.AutoCompleteExtender.CompletionListElementID is obsolete: Instead of passing in CompletionListElementID, use the default flyout

How can i fix this problem. 'AjaxControlToolkit.AutoCompleteExtender.CompletionListElementID' is obsolete: 'Instead of passing in CompletionListElementID, use the default flyout and style that using ...
0
votes
1answer
34 views

How to only display one flyout at a time with jQuery?

Can someone tell me how to update my code so whenever I hover over another LI a flyout that was displayed for a different main nav link will disappear right away and the other will appear? (I only ...
0
votes
1answer
321 views

jquery flyout menu: make parent li stays same color when cursor moves to its sibling

I have this flyout menu in which the "2nd level menu 3" is a flyout. The menu is generated by the CMS system so there is restriction to adding new classes directly to a specific menu item. By ...
0
votes
0answers
215 views

start superfish flyout from second level?

I have a menu that is generated via php script, and the first level is li. <ul> <li>1st level <ul> <li>2nd level <!-- hover and 3rd level opens ...
0
votes
2answers
165 views

Visual Studio & Windows - Stop Mouseover Fly outs for menus, sub-menus & Tool windows

This is really driving me crazy !! I am sure many developers out there love this feature, when tool tabs come darting out on mouseovers, like a jack russell on a double espresso, but it drives me ...
0
votes
1answer
387 views

Windows 7 Gadget Flyout Question

I'm having troubles with my flyout. What happens with my gadget is you double click a component and it will have a corresponding flyout window. If you double click that or any other visual component ...
0
votes
0answers
196 views

CSS flyout problem with li:hover

Hey there I'm developing a custom theme that has a left navigation menu consisting of images with a javascript mouseover function. I have a few submenus which are sub uls under the main list and I'm ...
0
votes
1answer
500 views

inline image flyout using jQuery UI

I am experimenting with an idea. I have a block of HTML text, including inline images. Some of the images will have (what I think are called) flyouts. That is, hover over the image to bring up a ...
0
votes
2answers
179 views

ASP.NET: Menu make parent items non-hyperlinks?

I have an asp:Menu control driven by a web.sitemap file. For example, the menu is like: Fruit - Apple - Orange - Strawberry Color - Blue - Red - Yellow In the sitemap, the specific fruits are ...
0
votes
3answers
127 views

Closing a window when it's “no longer needed”

This is kind of a hard question to describe, and I've searched for about an hour now to no avail. Essentially, picture a small 'flyout' window like the Windows 7 Wireless Control or the Volume Slider ...
0
votes
2answers
309 views

Flyout menu with scrolling

I'm trying to create a flyout menu that has scrolling build in if its larger than the screen. I can't seem to figure out how to do this with the native overflow-y scrolling properties. Everytime I ...