
menu
Get flash to fully experience Pearltrees
drop
Breadcrumb Navigation with CSS Triangles
Published by Chris Coyier Did you know you can make triangles with pure CSS? It's pretty easy. You just make a block level element with zero width and height, a colored border on one side, and transparent borders on the two adjacent sides. They are fun for all kinds of things, like little arrow sticking out from speech bubbles, navigation pointers, and more. Often times these are just visual flourishes, undeserving of dedicated markup.30 Great Examples Of Drop-Down And Sliding Menus | Spyre Studios
Do you like Flickr and its simple and clean interface? This tutorial explains how to implement an horizontal menu Flickr-like using CSS and Javascript to show/hide sub-menu: Download this tutorial Step 1: introduction I used a simple javascript function showMenu() to show/hide sub-menu:

