Pages tagged dropdown:

Pop! simple pop menus with jQuery
http://pop.seaofclouds.com/
Simple jQuery Dropdowns
http://css-tricks.com/simple-jquery-dropdowns/

下拉菜单
Mega Drop-Down Navigation Menus Work Well (Jakob Nielsen's Alertbox)
http://www.useit.com/alertbox/mega-dropdown-menus.html
Big, two-dimensional drop-down panels group navigation options to eliminate scrolling and use typography, icons, and tooltips to explain the user's choices.
Don't make response time too fast, though: the mouse should remain stationary for 0.5 seconds before you display anything that's hover-dependent, such as a mega drop-down or a tooltip. Violating this guideline will make the screen flicker insufferably when users move the mouse. Only after 0.5 seconds of resting the pointer on a navbar item can you assume that a user actually wants to see its associated drop-down. Thus, the timing should be: 1. Wait 0.5 seconds. 2. If the pointer is still hovering over a navbar item, display its mega drop-down within 0.1 seconds. 3. Keep showing it until the pointer has been outside both the navbar item and the drop-down for 0.5 seconds. Then, remove it in less than 0.1 seconds.
Summary: Big, two-dimensional drop-down panels group navigation options to eliminate scrolling and use typography, icons, and tooltips to explain the user's choices.
Big, 2-dimensional drop-down panels group navigation options to eliminate scrolling and use typography, icons, and tooltips to explain users' choices.
Designing Drop-Down Menus: Examples and Best Practices | Design Showcase | Smashing Magazine
http://www.smashingmagazine.com/2009/03/24/designing-drop-down-menus-examples-and-best-practices/
As a general rule, most Web developers, especially usability enthusiasts, say it is bad practice to use drop-down menus because they are confusing, annoying and oftentimes dysfunctional. From a design standpoint, however, drop-down menus are
25 Scripts for Dropdown Navigation Menus | Vandelay Design Blog
http://vandelaydesign.com/blog/tools/dropdown-navigation-menus/
Make a Mega Drop-Down Menu with jQuery
http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/
Make a Mega Drop-Down Menu with jQuery
SitePoint's Craig Buckler blogged yesterday about what he sees as the next big thing in web design: mega drop-down
Sliding Login Panel with jQuery 1.3.2
http://web-kreation.com/demos/Sliding_login_panel_jquery/
ideia fantastica!
This script is based on my previous script "Show/Hide Login Panel with Mootools 1.2" but now works with jQuery 1.3.2 instead of Mootools 1.2. Click "Log In | Register" on top to open the demo. Download this script here » Please note the Login and Register forms in this demo will not work "out of the box" without a user login system pre-installed on your site (e.g. PHP/MySQL user login system)! However, most of the CMS such as Joomla, Drupal, Wordpress, etc have a login system integrated in their platform. So if you are using one, read their documentation to see how you could implement this script into your CMS. This page is valid (X)HTML & CSS. What's new in this version? * Panel has been redesigned to be "slicker". * Panel overlaps content instead of "pushing" it. * Images are transparent... and work in IE6! (Thanks to 24Ways for their IE PNG Fix.) This means, you can change the background color of the body as you wish or even set a background image. * Login button
jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready | Filament Group, Inc., Boston, MA
http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/
At Filament Group, we build elegant communications and interactions that help people understand, work, and collaborate effectively across a variety of media - from web sites to wireless, to interactive exhibits and print.
the iPod-style menu provides easy navigation of complex nested structures with any number of levels. The entire menu sits within a fixed-size area, and when a node is selected, by default a "Back" link appears below the menu to allow navigation to previous (parent) menus, or set options to show breadcrumb links above the menu options to both deliver feedback and allow quick access to nodes higher up in the hierarchy. A lateral iPod-style slide transition reinforces the notion that you're moving forward into more granular data, or backward into higher-level data. This menu is specifically useful in traversing deeply nested hierarchies, particularly those more than three levels deep. It also provides a more usable alternative to multi-level fly-out menus, which can present challenges to those with limited manual dexterity.
Cool Menu
11 jQuery Plugins to Enhance HTML Dropdowns | Steve Reynolds Blog
http://www.reynoldsftw.com/2009/03/11-jquery-plugins-to-enhance-html-dropdowns/
<draco> http://www.reynoldsftw.com/2009/03/11-jquery-plugins-to-enhance-html-dropdowns/
JavaScript image combobox v1.5 | Marghoob Suleman
http://marghoobsuleman.com/jquery-image-dropdown
jquery image dropdown, jquery custom dropdown, customize select element, convert select element to image dropdown, image dropdown script, insert image in dropdown, image dropdown combobox
The Right Way to Make a Dropdown Menu
http://www.sitepoint.com/blogs/2009/04/01/the-right-way-to-make-a-dropdown-menu/
Wie sollte ein benutzerfreundliches Dropdown aussehen? Mit Beispiel.
Sexy Drop Down Menu w/ jQuery & CSS | Noupe
http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how to create a sexy drop down menu that can also degrade gracefully. Step1. HTML First create an unordered list for your base top navigation. Then simply nest another unordered list for your sub navigation. view plaincopy to clipboardprint? 1. <ul class="topnav"> 2. <li><a href="#">Home</a></li> 3. <li> 4. <a href="#">Tutorials</a> 5. <ul class="subnav"> 6. <li><a href="#">Sub Nav Link</a></li> 7. <li><a href="#">Sub Nav Link</a></li> 8. </ul> 9. </li> 10. <li> 11. <a href="#">Resources</a> 12. <ul class="subnav"> 13. <li
In the Woods - Multi-level Menus with jQuery and CSS
http://blog.themeforest.net/resources/multilevel-menus-with-jquery-and-css/
Reinventing a Drop Down with CSS and jQuery
http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx
For me, standard HTML Select element is pretty much annoying. It's ugly. It can't be styled properly in Internet Explorer. And it can't contain nothing but simple text. That is the reason why I needed to reinvent Drop Down element. This tutorial shows how to do that (easily, believe it or not).
That is the reason why I needed to reinvent Drop Down element. This tutorial shows how to do that
30 Great Examples Of Drop-Down And Sliding Menus | Spyre Studios
http://spyrestudios.com/examples-drop-down-sliding-menus/
CSS?
Create The Fanciest Dropdown Menu You Ever Saw | Web Design Tutorials | Creating a Website | Learn Adobe Flash, Photoshop and Dreamweaver
http://www.webdesigndev.com/web-development/create-the-fanciest-dropdown-menu-you-ever-saw
Buen tutorial de como crear un bonito menú "dropdown", usando jQuery y CSS.
Drop-Down Menu: 30+ Useful Scripts to Enhance Header Navigation | Graphics
http://www.hongkiat.com/blog/drop-down-menu-30-free-scripts-to-enhance-header-navigation/
Drop-down menu (also known as pull-down menu) is an essential in most web design. It plays important role in the creation of an effective and user friendly
25 Examples of Mega Menus in Web Design
http://designm.ag/inspiration/mega-menus/
Giva Labs - Linkselect jQuery Plug-in | Giva
http://www.givainc.com/labs/linkselect_jquery_plugin.htm
Giva Labs - Linkselect jQuery Plug-in | Giva
14 Easy to Implement Drop Down Menu Solutions | Web Design Ledger
http://webdesignledger.com/resources/14-easy-to-implement-drop-down-menu-solutions
38 jQuery And CSS Drop Down Multi Level Menu Solutions | Graphic and Web Design Blog - Inspiration, Resources and Tools
http://www.1stwebdesigner.com/resources/38-jquery-and-css-drop-down-multi-level-menu-solutions/
Hello again, it’s time for comprehensive programming article. Here you’ll find 38 mainly jquery and CSS based drop-down or just multi level menu tutorials with down loadable files and explanations as well. My favorite here is the first pick – Outside the box with very unique navigation menu. It’s always good to have such reference articles in your bookmarks and when you have to create some really big website with a lot of content and menu sections – just return here. Shorten your developing process with already premade menus, which can be easily modified with little touch of CSS.
Amazing Multi Style Menu w/ jQuery and CSS | 2experts Design - Web Design and Graphic Design Blog
http://www.2expertsdesign.com/2009/08/24/amazing-multi-style-menu-w-jquery-and-css/
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. In this post I’ve selected 14 jQuery navigation menu tutorials that you can learn from them how to impalement your own jQuery based navigation and have some great effects.
iHwy jquery listmenu plugin - dropdown menu navigation for lists
http://www.ihwy.com/labs/demos/current/jquery-listmenu-plugin.aspx
Lista de Itens em formato dropdown
iHwy jquery listmenu plugin - dropdown menu navigation for lists - http://www.ihwy.com/labs/demos/current/jquery-listmenu-plugin.aspx
crea menu da liste di dati varie
Solution For Very Long Dropdown Menus | CSS-Tricks
http://css-tricks.com/long-dropdowns-solution/
I like to be confident with post titles, but the reality in this case is a *possible* solution for very long dropdowns. The problem with long dropdowns is that the dropdown itself can go below the “fold” of the website. That is, below the visible area of the browser window. So in order to access those menu items down below, you need to scroll your browser window. For those of us with scroll wheels of some kind on our mice (mouses?), it’s not a big deal. For those without, those lower menu items are totally inaccessible, because to use the browser scrollbar means mousing off the menu (and probably having it close).
Navi scroll
Mega Drop Down Menu w/ CSS & jQuery | Dropdown Menu | drop down menus | CSS Menu Tutorial | Drop Down Menu Tutorial
http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/
code for an html and css dropdown menu
Learn to build a Mega Drop Down Menu from scratch with CSS & jQuery. Easy to learn in 6 steps - Requires basic knowledge of CSS and jQuery.
A new trend for ecommerce sites in having what they call “mega drop down menus”. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. I decided to experiment with different ways of implementing this technique and would like to share how I achieved this method.
JQueryで簡単に作るドロップダウンメニューいろいろ | DesignWalker
http://www.designwalker.com/2009/02/jquery-dropdown.html
今回は、JQueryを使って簡単に導入できるドロップダウンメニューをいろいろとご紹介。 ブログなどでも利用できるシンプルなものをなるべくピックアップしてまとめてみました。 初心者の方には、マウスオーバー時のメニューのでかたがそれぞれ微妙に違っていたりするので、好みのエフェクトを見つけて使ってみてもいいかもしれませんね。 Simple jQuery Dropdowns デモ | ダウンロード シンプルで、簡単に使えそうですね。 Simple jQuery Dropdowns droppy – Nested drop down menus デモ | ダウンロード マウスオーバーでメニューが上から下にピロっとでます。 droppy - Nested drop down menus Create a multilevel Dropdown menu with CSS and improve it via jQuery デモ | ダウンロード こちらのメニューもいい感じのエフェクトがかかってます。 Create a multilevel Dropdown menu with CSS and improve it via jQuery Superfish デモ | ダウンロード アルファがかかったエフェクトがいい感じです。 Superfish SuckerFish Style デモ こちらもアルファがかかったエフェクトです。 SuckerFish Style jQuery & CSS Example – Dropdown Menu デモ こちらは、シンプルなドロップダウンメニュー jQuery & CSS Example - Dropdown Menu jQuery Simple Drop-Down Menu Plugin デモ | ダウンロード jQuery Simple Drop-Down Menu Plugin Drop down menu with jquery デモ Drop down menu with jquery mcDropdown jQuery Plug-in デモ | ダウンロード セレクトボックスも、JQueryでカスタマイズできます。 mcDropdown jQuery Plug-in jquery.combob
jQueryで作るドロップダウンメニュー。メニューが画像の場合、つてのがやっぱないんだよなぁ…。
Incredible Drop Down Menu Solution With CSS Only | AEXT.NET
http://aext.net/2009/12/incredible-drop-down-menu-solution-with-css-only/
There are plenty of drop-down menus using javascript and CSS already available, but most of them are either too basic (with CSS) or too complicated (with Javascript). That’s why I publish this drop down menu solution which is using CSS only, but it has a smooth drop effect and the css sprites that changes the toggle icon jQuery-likely. Honestly, this is the most completed menu solution using CSS which comes along with awesome effects.
45 jQuery Navigation Plugins and Tutorials - Noupe
http://www.noupe.com/jquery/45-jquery-navigation-plugins-and-tutorials.html
Skyrocket Labs | Web site design, development, blogging, social media, XHTML/CSS templates, jQuery, PHP | Ottawa, Ontario, Canada
http://www.skyrocketlabs.com/articles/jdiv-a-jquery-navigation-menu-alternative.php
Nice "mega-menu" style plugin for jQuery
An horizontal navigation menu written in jQuery, with an useful space for secondary content coming out on rollover.
Mega Drop-Down Menu, Enjoy It Responsibly! | PV.M Garage
http://www.pvmgarage.com/en/2010/02/mega-drop-down-menu-enjoy-it-responsibly/
dropdown menu
CSS3 Dropdown Menu
http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/
Ventanas desplegables
CSS3 Dropdown Menu
http://www.webdesignerwall.com/demo/css3-dropdown-menu//
with rounded CSS3 corners
Page de démo présentant des menus déroulants créés uniquement avec un fichier CSS 3 (sans javascript)
jQuery MegaMenu Plugin
http://www.geektantra.com/projects/jquery-megamenu/index.html
Perfect example of implementation. See source code.
mega menu
How to Create a Drop-down Nav Menu with HTML5, CSS3 and jQuery | Nettuts+
http://net.tutsplus.com/tutorials/html-css-techniques/how-to-create-a-drop-down-nav-menu-with-html5-css3-and-jquery/
How to Create a Drop-down Nav Menu with HTML5, CSS3 and jQuery - http://bit.ly/dgoSRM – Smashing Magazine (smashingmag) http://twitter.com/smashingmag/statuses/15767323261
In this tutorial, we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down
dropdown menu with gradient bg
50 Examples of Drop-Down Navigation Menus in Web Designs
http://sixrevisions.com/design-showcase-inspiration/50-examples-of-drop-down-navigation-menus-in-web-designs/
25 Best Examples of jQuery and CSS Drop-down Menu Tutorials
http://graphicalerts.com/25-best-examples-of-jquery-and-css-drop-down-menu-tutorials/
25 Beautiful Examples of jQuery and CSS Drop-down Menu Tutorials
jQueryとCSSで実装されたドロップダウンメニューのチュートリアル集
プルダウンメニュー25選。