MENU AND CO

TwitterFacebook
Get flash to fully experience Pearltrees
http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/

How to Build a Kick-Butt CSS3 Mega Drop-Down Menu

This entry is part 16 of 16 in the CSS3 Mastery Session - Show All « Previous Often used on e-commerce or large scale websites, mega menus are becoming more and more popular, as they offer an effective solution to displaying a lot of content while keeping a clean layout. In this tutorial, we’ll learn how to build a cross-browser, awesome CSS-only drop-down mega menu, using nice CSS3 features. Step 1: Building the Navigation Bar Let’s begin with a basic menu, built with an unordered list and some basic CSS styling.
http://css.developpez.com/tutoriels/menu-deroulant/ Objectif : réaliser un menu déroulant XHTML + CSS (sans javascript) avec fonds transparents. Inconvénients : seuls quelques navigateurs récents (Mozilla/Firebird, Safari) seront capables de rendre ce menu correctement. En contre-partie, comme IE Windows n'affichera pas les sous-menu, il y a possibilité d'utiliser des PNG avec transparence alpha. En contre-partie, comme IE Windows n'affichera pas les sous-menu, il y a possibilité d'utiliser des PNG avec transparence alpha.

Des menus déroulants grâce aux CSS

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. Like the article? Be sure to subscribe to our RSS feed and follow us on Twitter to stay up on recent content. If You want to stay updated and get news regularly consider subscribing to AEXT.NET feed and following on Twitter . http://aext.net/2009/12/incredible-drop-down-menu-solution-with-css-only/

Incredible Drop Down Menu Solution With CSS Only

http://3.7designs.co/blog/2007/12/advanced-css-menu-trick/

Advanced CSS Menu Trick

CSS really opens the doors to a lot of powerful and rich opportunities. It is funny how such minor things can create a whole new look, feel, and effect of a site.

CSS examples - Another Disjointed Rollover

http://www.pmob.co.uk/pob/animated.htm ::You are here: Home >Menu Rollover Another disjointed Rollover effect that animates a menu pointer as you scroll along the horizontal menu.
http://www.dynamicdrive.com/style/csslibrary/item/glowing-tabs-menu/

Dynamic Drive CSS Library- CSS3 Shadow Block Menu

Rollover Text Menu Author: Dynamic Drive This CSS menu creates the popular rollover text effect of text sliding up to reveal a duplicate of itself when the mouse rolls over a menu item. It uses CSS2 generated content to first duplicate the menu item's text (using attribute value content), then CSS3 transitions and transform to slide up the original menu text to reveal the duplicate mouse over.
http://webdesignerwall.com/tutorials/advanced-css-menu Last tutorial, I showed you how to design a watercolor effect menu in Photoshop. This tutorial I will show you how to slice up the menu design (step by step) and put them together with CSS. Most of you probably know how to code a horizontal or vertical CSS list menu. Now let's take it to the next level — code an advanced (un-typical) list menu utilizing the CSS position property.

Advanced CSS Menu

May 08, 2007 270 Comments Javascript If you are a big Mac fan, you will love this CSS dock menu . It is using Jquery library and Fisheye component from Interface and some of my icons . It comes with two dock position: top and bottom. This CSS dock menu is perfect to add on to my iTheme .

CSS Dock Menu

http://ndesign-studio.com/blog/css-dock-menu
http://tympanus.net/codrops/2010/03/09/a-fresh-bottom-slide-out-menu-with-jquery/

A Fresh Bottom Slide Out Menu with jQuery

In this tutorial we will create a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the description text and some icon. We will use some CSS3 properties for some nice shadow effects and ... View demo Download source In this tutorial we will create a unique bottom slide out menu.

Menu flexible en onglets en utilisant la propriété css3 border-image | Blog de Stéphanie Walter, webdesigner, intégrateur web, amoureuse des pixels

N’en avez vous parfois pas marre des coins arrondis uniformes ? N’avez vous parfois pas envie de créer des formes plus complexes ? En règle générale, pour créer des formes plus complexes il faut recourir à des images, ce qui génère un problème de flexibilité.

Simple CSS3 Dropdown Menu | Webstuffshare.com - Worth Sharing Bo

As we know, CSS3 has many good features for help us creating more sweet User Interface. One of them is box shadow, it helps us adding shadow effect on each styled element. You must be familiar with drop down menu with shadow effect on it, I usually add the effect using some images but now we’ll create that one using pure CSS. Drop Down Technique To create drop down menu like the demo we can use a div for the menu container and an unordered list for the menu. Wrap the unordered list on the div and hide them, we’ll only show the menu when user hovering the div. Take a look at following image :
Over at learningjQuery.com , Brandon Aaron published a quick tip on how to prevent animation queue buildup in hover animations. Since I was not satisfied with his solution, I tried to find another. After taking some wrong paths and learning a lot about jQuery's animation (queue) system, I think I finally found a good solution.

The hoverFlow Plugin - A Solution to Animation Queue Buildup in jQuery

I do like a good challenge, well, one that isn’t perhaps annoyingly challenging.

Making an Awesome (and Animated) menu with just CSS!