<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Artatm &#187; menu</title>
	<atom:link href="http://artatm.com/tag/menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://artatm.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 14:56:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Collection of mega drop down and multi level menus</title>
		<link>http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/</link>
		<comments>http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 11:12:30 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=833</guid>
		<description><![CDATA[Drop down menus have always been a hollah!!! for the designers especially for the beginners. Today in this post we will be providing you some very different style of Menus. You can have look at some old Amazing CSS Menus, creating accordion, dropdown and sliding Mootols Menus and jSlickMenu

Mega Drop Down Menus
Mega drop down menus have many a times proven to be a havoc for designers. 
While designing some myself I came across some characteristics that a mega drop down menu should have
1. Two Dimensional Panel
2. Division of various categories in a single panel
3. No scrolling at all!!!!!!
4. Use of Icons could make it look fantabulous


1. Mega Drop Down Menus w/ CSS &#038; jQuery
Today a new trend has now began in case of E-Commerce websites where to show a lot of inventory a mega dropdown menu is being used. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. These kind of drop down menus should have a subtle time delay when hovering in and out of them. These mega dropdown menus cater to a lot of industries and designers.

Demo
Overview

2. Pure CSS Mega Drop Down Menu
All Mega dropdown menus rely on JS to function &#8211; but, the &#8220;best setup&#8221; would be, a Pure CSS Mega Dropdown menu, and, with a Javascript hover delay function built in to it. It &#8220;can&#8221; be done, by incorperating jquery and either of these two plugins &#8211; hoverIntent, or Superfish

Demo
Overview

3. jQuery Mega Menu
Mega Menus refer to drop down menus that contain multiple columns of links. This jQuery script lets you add a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. Customize the animation duration plus delay before menu disappears when the mouse rolls out of the anchor. Mega cool!

Demo and Overview

4. Make a Mega Drop-Down Menu with jQuery
SitePoint Points out how to make a simple Mega DropDown Menu

Demo
Overview
Making easy dropdown menus and also nested level menus

1. Chrome CSS Drop Down Menu
Chrome Menu is a CSS and JavaScript hybrid drop down menu. It&#8217;s easy to configure and search engine friendly. The main menu bar consist of a CSS list, while the drop down menus are simply regular DIV tags on page. Thanks to JavaScript, the menu supports subtle but important effects such as delay before menu disappearance, and repositioning of the menu if too close to any one of the four corners of the window. The entire menu, including images and external files, is extremely compact. Thanks to CSS, the menu can be styled with a different &#8220;theme&#8221; easily, just by modifying a few CSS attributes and changing a couple of images&#8217; colors

Demo and Overview

2. CSS Express Drop-Down Menus
CSS Express Menus are a PVII solution that will help you produce a quick (express) CSS drop-down menu without some of the limitations found in some other &#8220;pure&#8221; CSS menus. What the heck is a pure CSS menu? Pure CSS menus use the hover pseudoclass, on the LI tag, to hide and show drop-down menus without JavaScript. Sounds great in theory, but in practice it&#8217;s not so pure. Browsers used by the vast majority of humans do not support this technique and must be served a small script to simulate li:hover

Demo
Overview

3. Sexy Drop Down Menu w/ jQuery &#038; CSS
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.

Demo
Overview

4. JavaScript Dropdown Menu with Multi Levels
This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support.
To initialize a drop down menu use the following code:
var menu=new menu.dd(&#8216;menu&#8217;);
menu.init(&#8216;menu&#8217;,'menuhover&#8217;);
You must create a new menu object before initialization. The parameter taken by menu.dd is the variable name used for the object. The object.init function takes 2 parameters: the id of the menu unordered list and the id of the initially sorted column (optional). If you want to exclude a column from sorting then add class=”nosort” to the appropriate table header. The styling of the table is totally customizable via CSS.
This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the creative commons license. Community support is available here. Paid support is also available, contact me for details.

Demo
Download

5. jQuery &#038; CSS Example – Dropdown Menu
Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly followed suit. This article is intended to describe an extremely basic, yet extremely powerful, technique for adding dropdown menus in your application user interface or website design.

Demo and Overview 

6. Fancy Sliding Tab Menu
This menu is of somewhat different style with the menu on the bottom of the page

Demo
Overview

jQuery Dropdown Menus
Features
    * Full cross-browser compatibility
    * Fully accessible even when javascript is turned off, as a pure css menu
    * Search engines optimized
    * Clear unordered list (LI and UL HTML tags) structure of jQuery dropdown menu
    * Easy to setup and update
    * Fantastic animation and transition effects
    * Multiple pre-desinded color schemes
    * Completely customizable styling with CSS
    * Powered by jQuery
    * Extremely small &#8211; 3kb uncompressed
1. Olive Drab

Demo and Overview
Black

Demo and Overview

2. nmcDropDown: A Drop-Down Menu Plugin for jQuery

Example
Overview

3. jQuery plugin: Accordion
This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display [...]


Related posts:<ol><li><a href='http://artatm.com/2009/11/amazing-css-menu-collections/' rel='bookmark' title='Permanent Link: Amazing css menu Collections'>Amazing css menu Collections</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
<li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Drop down menus have always been a hollah!!! for the designers especially for the beginners. Today in this post we will be providing you some very different style of Menus. You can have look at some old <a href="http://artatm.com/2009/11/amazing-css-menu-collections/" target="_blank">Amazing CSS Menus</a>, <a href="http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/" target="_blank">creating accordion, dropdown and sliding Mootols Menus</a> and <a href="http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/" target="_blank">jSlickMenu</a></p>
<p><span id="more-833"></span></p>
<h2>Mega Drop Down Menus</h2>
<p>Mega drop down menus have many a times proven to be a havoc for designers. </p>
<p>While designing some myself I came across some characteristics that a mega drop down menu should have</p>
<p>1. Two Dimensional Panel<br />
2. Division of various categories in a single panel<br />
3. No scrolling at all!!!!!!<br />
4. Use of Icons could make it look fantabulous</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu.jpg" alt="mega_dropdown_menu" title="mega_dropdown_menu" width="500" height="256" class="alignnone imgb  size-full wp-image-836" /></p>
<hr/>
<h3>1. Mega Drop Down Menus w/ CSS &#038; jQuery</h3>
<p>Today a new trend has now began in case of E-Commerce websites where to show a lot of inventory a mega dropdown menu is being used. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites. These kind of drop down menus should have a subtle time delay when hovering in and out of them. These mega dropdown menus cater to a lot of industries and designers.</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_1.jpg" alt="mega_dropdown_menu_1" title="mega_dropdown_menu_1" width="500" height="258" class="alignnone imgb  size-full wp-image-837" /></p>
<p><a class="viewit" href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/">Demo</a></p>
<p><a class="viewit" href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/">Overview</a></p>
<hr/>
<h3>2. Pure CSS Mega Drop Down Menu</h3>
<p>All Mega dropdown menus rely on JS to function &#8211; but, the &#8220;best setup&#8221; would be, a Pure CSS Mega Dropdown menu, and, with a Javascript hover delay function built in to it. It &#8220;can&#8221; be done, by incorperating jquery and either of these two plugins &#8211; hoverIntent, or Superfish</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_2.jpg" alt="mega_dropdown_menu_2" title="mega_dropdown_menu_2" width="500" height="271" class="alignnone imgb  size-full wp-image-838" /></p>
<p><a class="viewit" href="http://www.visibilityinherit.com/code/mega-drop-down-demo.php">Demo</a></p>
<p><a class="viewit" href="http://www.visibilityinherit.com/code/mega-drop-down.php">Overview</a></p>
<hr/>
<h3>3. jQuery Mega Menu</h3>
<p>Mega Menus refer to drop down menus that contain multiple columns of links. This jQuery script lets you add a mega menu to any anchor link on your page, with each menu revealed using a sleek expanding animation. Customize the animation duration plus delay before menu disappears when the mouse rolls out of the anchor. Mega cool!</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_3.jpg" alt="mega_dropdown_menu_3" title="mega_dropdown_menu_3" width="500" height="246" class="alignnone imgb  size-full wp-image-839" /></p>
<p><a class="viewit" href="http://www.javascriptkit.com/script/script2/jkmegamenu.shtml">Demo and Overview</a></p>
<hr/>
<h3>4. Make a Mega Drop-Down Menu with jQuery</h3>
<p>SitePoint Points out how to make a simple Mega DropDown Menu</p>
<p><img src="http://artatm.com/wp-content/uploads/mega_dropdown_menu_4.jpg" alt="mega_dropdown_menu_4" title="mega_dropdown_menu_4" width="500" height="311" class="alignnone imgb  size-full wp-image-840" /></p>
<p><a class="viewit" href="http://www.sitepoint.com/examples/megadropdowns/completed.html">Demo</a></p>
<p><a class="viewit" href="http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/">Overview</a></p>
<h2>Making easy dropdown menus and also nested level menus</h2>
<hr/>
<h3>1. Chrome CSS Drop Down Menu</h3>
<p>Chrome Menu is a CSS and JavaScript hybrid drop down menu. It&#8217;s easy to configure and search engine friendly. The main menu bar consist of a CSS list, while the drop down menus are simply regular DIV tags on page. Thanks to JavaScript, the menu supports subtle but important effects such as delay before menu disappearance, and repositioning of the menu if too close to any one of the four corners of the window. The entire menu, including images and external files, is extremely compact. Thanks to CSS, the menu can be styled with a different &#8220;theme&#8221; easily, just by modifying a few CSS attributes and changing a couple of images&#8217; colors</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_1.jpg" alt="dropdown_menus_1" title="dropdown_menus_1" width="339" height="146" class="alignnone imgb  size-full wp-image-841" /></p>
<p><a class="viewit" href="http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm">Demo and Overview</a></p>
<hr/>
<h3>2. CSS Express Drop-Down Menus</h3>
<p>CSS Express Menus are a PVII solution that will help you produce a quick (express) CSS drop-down menu without some of the limitations found in some other &#8220;pure&#8221; CSS menus. What the heck is a pure CSS menu? Pure CSS menus use the hover pseudoclass, on the LI tag, to hide and show drop-down menus without JavaScript. Sounds great in theory, but in practice it&#8217;s not so pure. Browsers used by the vast majority of humans do not support this technique and must be served a small script to simulate li:hover</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_2.jpg" alt="dropdown_menus_2" title="dropdown_menus_2" width="351" height="146" class="alignnone imgb  size-full wp-image-842" /></p>
<p><a class="viewit" href="http://www.projectseven.com/tutorials/navigation/auto_hide/workpage.htm">Demo</a></p>
<p><a class="viewit" href="http://www.projectseven.com/tutorials/navigation/auto_hide/">Overview</a></p>
<hr/>
<h3>3. Sexy Drop Down Menu w/ jQuery &#038; CSS</h3>
<p>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.</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_3.jpg" alt="dropdown_menus_3" title="dropdown_menus_3" width="500" height="248" class="alignnone imgb  size-full wp-image-843" /></p>
<p><a class="viewit" href="http://www.sohtanaka.com/web-design/examples/drop-down-menu/">Demo</a></p>
<p><a class="viewit" href="http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html">Overview</a></p>
<hr/>
<h3>4. JavaScript Dropdown Menu with Multi Levels</h3>
<p>This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support.</p>
<p>To initialize a drop down menu use the following code:</p>
<p>var menu=new menu.dd(&#8216;menu&#8217;);<br />
menu.init(&#8216;menu&#8217;,'menuhover&#8217;);</p>
<p>You must create a new menu object before initialization. The parameter taken by menu.dd is the variable name used for the object. The object.init function takes 2 parameters: the id of the menu unordered list and the id of the initially sorted column (optional). If you want to exclude a column from sorting then add class=”nosort” to the appropriate table header. The styling of the table is totally customizable via CSS.</p>
<p>This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the creative commons license. Community support is available here. Paid support is also available, contact me for details.</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_5.jpg" alt="dropdown_menus_5" title="dropdown_menus_5" width="500" height="202" class="alignnone imgb  size-full wp-image-847" /></p>
<p><a class="viewit" href="http://sandbox.leigeber.com/dropdown-menu/index.html">Demo</a></p>
<p><a class="viewit" href="http://forum.leigeber.com/index.php?app=downloads&#038;showfile=7">Download</a></p>
<hr/>
<h3>5. jQuery &#038; CSS Example – Dropdown Menu</h3>
<p>Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly followed suit. This article is intended to describe an extremely basic, yet extremely powerful, technique for adding dropdown menus in your application user interface or website design.</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_6.jpg" alt="dropdown_menus_6" title="dropdown_menus_6" width="445" height="143" class="alignnone imgb  size-full wp-image-846" /></p>
<p><a class="viewit" href="http://designreviver.com/tutorials/jquery-css-example-dropdown-menu/">Demo and Overview</a> </p>
<hr/>
<h3>6. Fancy Sliding Tab Menu</h3>
<p>This menu is of somewhat different style with the menu on the bottom of the page</p>
<p><img src="http://artatm.com/wp-content/uploads/dropdown_menus_4.jpg" alt="dropdown_menus_4" title="dropdown_menus_4" width="500" height="169" class="alignnone imgb  size-full wp-image-845" /></p>
<p><a class="viewit" href="http://www.andrewsellick.com/examples/tabslideV2/">Demo</a></p>
<p><a class="viewit" href="http://www.andrewsellick.com/64/fancy-sliding-tab-menu-v2">Overview</a></p>
<hr/>
<h2>jQuery Dropdown Menus</h2>
<p>Features</p>
<p>    * Full cross-browser compatibility<br />
    * Fully accessible even when javascript is turned off, as a pure css menu<br />
    * Search engines optimized<br />
    * Clear unordered list (LI and UL HTML tags) structure of jQuery dropdown menu<br />
    * Easy to setup and update<br />
    * Fantastic animation and transition effects<br />
    * Multiple pre-desinded color schemes<br />
    * Completely customizable styling with CSS<br />
    * Powered by jQuery<br />
    * Extremely small &#8211; 3kb uncompressed</p>
<h3>1. Olive Drab</h3>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_1.jpg" alt="jquery_dropdown_menus_1" title="jquery_dropdown_menus_1" width="500" height="113" class="alignnone imgb  size-full wp-image-856" /></p>
<p><a class="viewit" href="http://apycom.com/menus/3-olive-drab.html">Demo and Overview</a></p>
<p>Black</p>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_2.jpg" alt="jquery_dropdown_menus_2" title="jquery_dropdown_menus_2" width="516" height="213" class="alignnone imgb  size-full wp-image-851" /></p>
<p><a class="viewit" href="http://apycom.com/menus/1-black.html">Demo and Overview</a></p>
<hr/>
<h3>2. nmcDropDown: A Drop-Down Menu Plugin for jQuery</h3>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_3.jpg" alt="jquery_dropdown_menus_3" title="jquery_dropdown_menus_3" width="550" height="256" class="alignnone imgb  size-full wp-image-852" /></p>
<p><a class="viewit" href="http://www.ncbowd.com/">Example</a></p>
<p><a class="viewit" href="http://www.newmediacampaigns.com/page/nmcdropdown">Overview</a></p>
<hr/>
<h3>3. jQuery plugin: Accordion</h3>
<p>This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at first) and to customize animations. The navigation-option automatically activates a part of the accordion based on the current location (URL) of the page.</p>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_4.jpg" alt="jquery_dropdown_menus_4" title="jquery_dropdown_menus_4" width="202" height="250" class="alignnone imgb  size-full wp-image-853" /></p>
<p><a class="viewit" href="http://jquery.bassistance.de/accordion/demo/?p=1.1.1">Demo</a></p>
<p><a class="viewit" href="http://jquery.bassistance.de/accordion/jquery.accordion.zip">Download</a></p>
<hr/>
<h3>4. jQuery Rounded Menu</h3>
<p>This jQuery based plain css drop down menu is very simple illustration that you don’t need any dramatic coding to achieve simple 2 level menu.</p>
<p><img src="http://artatm.com/wp-content/uploads/jquery_dropdown_menus_5.jpg" alt="jquery_dropdown_menus_5" title="jquery_dropdown_menus_5" width="434" height="113" class="alignnone imgb  size-full wp-image-854" /></p>
<p><a class="viewit" href="http://www.webtoolkit.info/djs/demo.html">Demo</a></p>
<p><a class="viewit" href="http://www.webtoolkit.info/jquery-menu.html">Overview</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/amazing-css-menu-collections/' rel='bookmark' title='Permanent Link: Amazing css menu Collections'>Amazing css menu Collections</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
<li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Nice jQuery Effects and Plugins for Gallery</title>
		<link>http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/</link>
		<comments>http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 08:58:07 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=806</guid>
		<description><![CDATA[Sliding Boxes and Captions with jQuery
All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through. From this basic idea we can play around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.


Overview
Demo
Download

jQuery image slide on hover effect
This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an image. Have a look at the demo below for a better understanding.

Overview
Demo

Longer Captions for jQuery&#8217;s FancyBox Plugin
jQuery&#8217;s FancyBox Plugin has been a huge hit and is now being used in a lots of websites. But still there is something that is missing in it. That something is the &#8220;Longer Captions&#8221;. FancyBox allows only short captions, in short it could turn out to be a bad option for the ones who need to provide longer and bigger captions.
Over here you will get an improvised version of the jQuery&#8217;s FancyBox
This version of FancyBox has been modified to handle captions in a more interactive way. It also doesn&#8217;t break on excessively large captions. This example is based on FancyBox 1.2.1. 

View Demo
Download

jQuery&#8217;s Star Rating Widget
What is this?
The Star Rating widget is a plugin for the jQuery javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes or select options.
What it does?
    * It turns a collection of radio boxes / select options into a neat star-rating control.
    * It creates the interface based on standard form elements, which means the basic functionality will still be available even if Javascript is disabled.
    * It gives you the full access to each instance of &#8220;stars&#8221; created on the page, with an easy to use syntax provided by the jQuery UI core library.

Overview
View Demo
Download

LavaLamp for jQuery Users
As User Interface developers, we know that one of the first widgets our visitors use is a “Menu”. Capturing their attention right there is something that we always strive for, and I guess LavaLamp is a step in that direction.



Overview
Download

Hover zoom Effect with jQuery and CSS
The hover zoom effect basically reverse zooms an image while fading in a label on top of it when the mouse hovers over it. It makes for a pretty slick effect which could be used on thumbnails. You can check out a demo or grab the source right here if you don’t want to read the entire tutorial.

Demo
Download

Greyscale Hover Effect with CSS &#038; jQuery
This effects would help you in making your portfolio or making portfolio websites. In this effect, with the help of CSS and jQuery, a greyscale effect comes into being on Hover

Overview
Demo

jQuery Image Zoom Plugin
The imageZoom jQuery plug-in makes it easy to show off your images in an easy and attractive manner for portfolios.

Overview
Demo
Download


Related posts:Photo gallery Using CSS3 and JQuery
20+ Easy to Use jQuery Text Effects and Animations
jSlickmenu: A jQuery plugin for slick CSS3 menus



Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3>Sliding Boxes and Captions with jQuery</h3>
<p>All of these sliding box animations work on the same basic idea. There is a div tag (.boxgrid in my css) that essentially acts as a window where two other items of your choosing “peek” through. From this basic idea we can play around with animations of the sliding element to either show or cover up the viewing area, thus creating the sliding effect.</p>
<p><span id="more-806"></span></p>
<p><img src="http://artatm.com/wp-content/uploads/Sliding_Boxes_in_jQuery.jpg" alt="Sliding_Boxes_in_jQuery" title="Sliding_Boxes_in_jQuery" width="500" height="193" class="alignnone imgb size-full wp-image-807" /></p>
<p><a target="_blank" class="viewit" href="http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/">Overview</a></p>
<p><a target="_blank" class="viewit" href="https://buildinternet.s3.amazonaws.com/live-tutorials/sliding-boxes/index.htm" >Demo</a></p>
<p><a target="_blank" class="viewit" href="https://buildinternet.s3.amazonaws.com/live-tutorials/sliding-boxes/slidingboxes.zip">Download</a></p>
<hr/>
<h3>jQuery image slide on hover effect</h3>
<p>This is a simple technique to animate an image when hovering using jQuery’s animate() effect. We will use this effect to manipulate our CSS, creating a seamless transition between two areas of an image. Have a look at the demo below for a better understanding.</p>
<p><img src="http://artatm.com/wp-content/uploads/ImageSlide_on_hover_in_jQuery.jpg" alt="ImageSlide_on_hover_in_jQuery" title="ImageSlide_on_hover_in_jQuery" width="500" height="183" class="alignnone imgb size-full wp-image-808" /></p>
<p><a target="_blank" class="viewit" href="http://spoonfedproject.com/jquery/jquery-image-slide-on-hover-effect/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://spoonfedproject.com/wp-content/uploads/demo/jquery-slide-hover/index.htm">Demo</a></p>
<hr/>
<h3>Longer Captions for jQuery&#8217;s FancyBox Plugin</h3>
<p>jQuery&#8217;s FancyBox Plugin has been a huge hit and is now being used in a lots of websites. But still there is something that is missing in it. That something is the &#8220;Longer Captions&#8221;. FancyBox allows only short captions, in short it could turn out to be a bad option for the ones who need to provide longer and bigger captions.</p>
<p>Over here you will get an improvised version of the jQuery&#8217;s FancyBox</p>
<p>This version of FancyBox has been modified to handle captions in a more interactive way. It also doesn&#8217;t break on excessively large captions. This example is based on FancyBox 1.2.1. </p>
<p><img src="http://artatm.com/wp-content/uploads/fancybox_modified.jpg" alt="fancybox_modified" title="fancybox_modified" width="500" height="325" class="alignnone imgb size-full wp-image-809" /></p>
<p><a target="_blank" class="viewit" href="http://labs.abeautifulsite.net/projects/js/jquery/fancyBoxCaptions/demo/">View Demo</a></p>
<p><a target="_blank" class="viewit" href="http://labs.abeautifulsite.net/projects/js/jquery/fancyBoxCaptions/jquery.fancyBoxCaptions.zip">Download</a></p>
<hr/>
<h3>jQuery&#8217;s Star Rating Widget</h3>
<p>What is this?</p>
<p>The Star Rating widget is a plugin for the jQuery javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes or select options.<br />
What it does?</p>
<p>    * It turns a collection of radio boxes / select options into a neat star-rating control.<br />
    * It creates the interface based on standard form elements, which means the basic functionality will still be available even if Javascript is disabled.<br />
    * It gives you the full access to each instance of &#8220;stars&#8221; created on the page, with an easy to use syntax provided by the jQuery UI core library.</p>
<p><img src="http://artatm.com/wp-content/uploads/star_rating.JPG" alt="star_rating" title="star_rating" width="500" height="224" class="alignnone imgb size-full wp-image-810" /></p>
<p><a target="_blank" class="viewit" href="http://orkans-tmp.22web.net/star_rating/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://orkans-tmp.22web.net/star_rating/#demos">View Demo</a></p>
<p><a target="_blank" class="viewit" href="http://orkans-tmp.22web.net/star_rating/downloads/jquery.ui.stars-2.1.zip">Download</a></p>
<hr/>
<h3>LavaLamp for jQuery Users</h3>
<p>As User Interface developers, we know that one of the first widgets our visitors use is a “Menu”. Capturing their attention right there is something that we always strive for, and I guess LavaLamp is a step in that direction.</p>
<p><img src="http://artatm.com/wp-content/uploads/LavaLamp_jQuery.jpg" alt="LavaLamp_jQuery" title="LavaLamp_jQuery" width="456" height="62" class="alignnone imgb size-full wp-image-811" /></p>
<p><img src="http://artatm.com/wp-content/uploads/LavaLampjQuery2.jpg" alt="LavaLampjQuery2" title="LavaLampjQuery2" width="453" height="61" class="alignnone imgb size-full wp-image-812" /></p>
<p><img src="http://artatm.com/wp-content/uploads/LavaLamp_jQuery3.jpg" alt="LavaLamp_jQuery3" title="LavaLamp_jQuery3" width="453" height="61" class="alignnone imgb size-full wp-image-813" /></p>
<p><a target="_blank" class="viewit" href="http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://www.gmarwaha.com/jquery/lavalamp/zip/lavalamp-0.2.0.zip">Download</a></p>
<hr/>
<h3>Hover zoom Effect with jQuery and CSS</h3>
<p>The hover zoom effect basically reverse zooms an image while fading in a label on top of it when the mouse hovers over it. It makes for a pretty slick effect which could be used on thumbnails. You can check out a demo or grab the source right here if you don’t want to read the entire tutorial.</p>
<p><img src="http://artatm.com/wp-content/uploads/Hover_Zoom_in_jQuery.jpg" alt="Hover_Zoom_in_jQuery" title="Hover_Zoom_in_jQuery" width="500" height="164" class="alignnone imgb size-full wp-image-822" /></p>
<p><a target="_blank" class="viewit" href="http://mattbango.com/demos/hover-zoom/">Demo</a></p>
<p><a target="_blank" class="viewit" href="http://mattbango.com/sources/hover-zoom.txt">Download</a></p>
<hr/>
<h3>Greyscale Hover Effect with CSS &#038; jQuery</h3>
<p>This effects would help you in making your portfolio or making portfolio websites. In this effect, with the help of CSS and jQuery, a greyscale effect comes into being on Hover</p>
<p><img src="http://artatm.com/wp-content/uploads/Greyscale-_effect_in_-jquery.jpg" alt="Greyscale _effect_in_ jquery" title="Greyscale _effect_in_ jquery" width="500" height="183" class="alignnone imgb size-full wp-image-815" /></p>
<p><a target="_blank" class="viewit" href="http://www.sohtanaka.com/web-design/greyscale-hover-effect-w-css-jquery/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://www.sohtanaka.com/web-design/examples/hover-over-trick/">Demo</a></p>
<hr/>
<h3>jQuery Image Zoom Plugin</h3>
<p>The imageZoom jQuery plug-in makes it easy to show off your images in an easy and attractive manner for portfolios.</p>
<p><img src="http://artatm.com/wp-content/uploads/Image_Zoom_in_jQuery.jpg" alt="Image_Zoom_in_jQuery" title="Image_Zoom_in_jQuery" width="500" height="166" class="alignnone imgb size-full wp-image-814" /></p>
<p><a target="_blank" class="viewit" href="http://www.devirtuoso.com/2009/08/jquery-image-zoom-plugin/">Overview</a></p>
<p><a target="_blank" class="viewit" href="http://www.devirtuoso.com/Examples/ImageZoom/index.html">Demo</a></p>
<p><a target="_blank" class="viewit" href="http://www.devirtuoso.com/Examples/ImageZoom/plugin.zip">Download</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
<li><a href='http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/' rel='bookmark' title='Permanent Link: jSlickmenu: A jQuery plugin for slick CSS3 menus'>jSlickmenu: A jQuery plugin for slick CSS3 menus</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>14 Easy to Implement Drop Down Menu Solutions</title>
		<link>http://artatm.com/2009/12/14-easy-to-implement-drop-down-menu-solutions/</link>
		<comments>http://artatm.com/2009/12/14-easy-to-implement-drop-down-menu-solutions/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:48:46 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=517</guid>
		<description><![CDATA[A good and well executed drop down menu can make navigating a large site easy for the user. While drop downs make site navigation easy, sometimes they can seem difficult to implement, but the solutions listed below are all a breeze to set up, especially since most of them are built on jQuery or MooTools.

View Source Article


Related posts:Creating Accordion, Dropdown and Sliding Menus in Mootools
Collection of mega drop down and multi level menus
20+ Easy to Use jQuery Text Effects and Animations



Related posts:<ol><li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://artatm.com/wp-content/uploads/drop_downs_5.jpg" alt="drop_downs_5" title="drop_downs_5" width="429" height="202" class="alignleft size-full wp-image-516" />A good and well executed drop down menu can make navigating a large site easy for the user. While drop downs make site navigation easy, sometimes they can seem difficult to implement, but the solutions listed below are all a breeze to set up, especially since most of them are built on jQuery or MooTools.</p>
<p><span id="more-517"></span></p>
<p><a href="http://webdesignledger.com/resources/14-easy-to-implement-drop-down-menu-solutions" class="viewit" target="_blank">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/20-easy-to-use-jquery-text-effects-and-animations/' rel='bookmark' title='Permanent Link: 20+ Easy to Use jQuery Text Effects and Animations'>20+ Easy to Use jQuery Text Effects and Animations</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/14-easy-to-implement-drop-down-menu-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Accordion, Dropdown and Sliding Menus in Mootools</title>
		<link>http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/</link>
		<comments>http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 14:05:26 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=415</guid>
		<description><![CDATA[

 MenuMatic, Creating Horizontal and Vertical Menus in Mootools

MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system.
Horizontal Sample


Vertical Sample

View Source Article

Show-Hide login panel in you wordpress theme using Mootools

Add a show/hide login panel to your Wordpress theme using Mootools.

View Source Article

Creating Accordion type, Animated menu in Mootools

This tutorial illustrates how to implement a nice accordion (animated) menu using Mootools and some lines of CSS and HTML code ready to reuse in your project.
View Sample
View Source Article

Creating a Sliding Menu Using the MooTools Framework

The tutorial here will show you how to create a sliding menu using the MooTools framework, you are required to have basic knowledge of HTML, you don&#8217;t need to know JavaScript to follow this tutorial, but JavaScript will help you understand what the code actually does.
View Sample
View Source Article

Mootools Show and Hide effect Menu

This is the basic example with a simple show/hide effect which you can implement just with some lines of JavaScript code.
View Sample
View Source Article

Creating Drop-Down Navigation with Movable Type

The goal of this tutorial is to demonstrate how to add category driven drop-down menus to your web site.

View Source Article

Sliding top panel Menu using mootools

This tutorial explains how to realize a simple sliding top panel (top/down) Menu using mootools, some line of css code and JavaScript.
View Source Article

JavaScript drop down menu using Mootools 1.2

A very easy, unobtrusive way to create a drop down menu
View Sample
View Source Article

BySlideMenu &#8211; Nice and powerful accordion menu

What is BySlideMenu?
BySlideMenu is a plugin for Mootools which allow you to easily create a beautiful accordion menu (sliding menu) on any element you want (ul/li, div, p &#8230;) using images and/or text.
Features

 Works horizontally or vertically.
Automatic size &#8211; The container width/height can be adjusted automatically.
Menu is expandable by mouseover or by click, as you want.
Menu can be pinned or not, by mouseover or click, you choose.
A default index can be defined.
 Can be used with any elements (ul/li, div, p&#8230;)
Overflow support.

View Soure Article

Flash Without Flash: Elegant Menu Fly-out


It’s a more elegant solution than regular fly-outs, but unfortunately, it’s done in Flash. Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript.
View Example



Related posts:<ol><li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/' rel='bookmark' title='Permanent Link: 40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked'>40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked</a></li>
<li><a href='http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/' rel='bookmark' title='Permanent Link: Amazing Mootools Plugins to enhance your website'>Amazing Mootools Plugins to enhance your website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ol>
<h3>
<li> MenuMatic, Creating Horizontal and Vertical Menus in Mootools</li>
</h3>
<p>MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system.</p>
<p><a href="http://greengeckodesign.com/projects/menumatic/examples/horizontal/" class="viewit" target="_blank">Horizontal Sample</a><br />
<img src="http://artatm.com/wp-content/uploads/7th1.jpg" alt="7th" title="7th" width="450" height="117" class="alignnone size-full wp-image-417" /></p>
<p><span id="more-415"></span></p>
<p><a href="http://greengeckodesign.com/projects/menumatic/examples/vertical/" class="viewit" target="_blank">Vertical Sample</a><br />
<img src="http://artatm.com/wp-content/uploads/7th11.jpg" alt="7th1" title="7th1" width="450" height="117" class="alignnone size-full wp-image-418" /></p>
<p><a href="http://greengeckodesign.com/?q=menumatic" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Show-Hide login panel in you wordpress theme using Mootools</li>
</h3>
<p>Add a show/hide login panel to your Wordpress theme using Mootools.</p>
<p><img src="http://artatm.com/wp-content/uploads/6th.jpg" alt="6th" title="6th" width="450" height="71" class="alignnone size-full wp-image-419" /></p>
<p><a href="http://web-kreation.com/index.php/wordpress/add-a-showhide-login-panel-to-y  our-wordpress-theme-using-mootools/" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Creating Accordion type, Animated menu in Mootools</li>
</h3>
<p>This tutorial illustrates how to implement a nice accordion (animated) menu using Mootools and some lines of CSS and HTML code ready to reuse in your project.</p>
<p><a href="http://woork.bravehost.com/mefmoo/index.html" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://woork.blogspot.com/2008/04/nice-animated-menu-using-css-and.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Creating a Sliding Menu Using the MooTools Framework</li>
</h3>
<p>The tutorial here will show you how to create a sliding menu using the MooTools framework, you are required to have basic knowledge of HTML, you don&#8217;t need to know JavaScript to follow this tutorial, but JavaScript will help you understand what the code actually does.</p>
<p><a href="http://www.republicofcode.com/tutorials/webdevelopment/sliding_menu_mootools/slidemenu.html" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://www.republicofcode.com/tutorials/webdevelopment/sliding_menu_mootools/" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Mootools Show and Hide effect Menu</li>
</h3>
<p>This is the basic example with a simple show/hide effect which you can implement just with some lines of JavaScript code.</p>
<p><a href="http://woork.bravehost.com/moomenu/index.html" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://woork.blogspot.com/2008/03/two-css-vertical-menu-with-showhide.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Creating Drop-Down Navigation with Movable Type</li>
</h3>
<p>The goal of this tutorial is to demonstrate how to add category driven drop-down menus to your web site.</p>
<p><img src="http://artatm.com/wp-content/uploads/4th.jpg" alt="4th" title="4th" width="450" height="130" class="alignnone size-full wp-image-420" /></p>
<p><a href="http://www.movabletype.org/2008/08/creating_drop-down_navigation_with_movable_type.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>Sliding top panel Menu using mootools</li>
</h3>
<p>This tutorial explains how to realize a simple sliding top panel (top/down) Menu using mootools, some line of css code and JavaScript.</p>
<p><a href="http://woork.blogspot.com/2008/03/sliding-top-panel-using-mootools_05.html" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>JavaScript drop down menu using Mootools 1.2</li>
</h3>
<p>A very easy, unobtrusive way to create a drop down menu</p>
<p><a href="http://www.php-help.ro/examples/mootools1.2_drop_down_menu/" class="viewit" target="_blank">View Sample</a></p>
<p><a href="http://www.php-help.ro/mootools-12-javascript-examples/javascript-drop-down-menu-using-mootools-12/" class="viewit" target="_blank">View Source Article</a></p>
<h3>
<li>BySlideMenu &#8211; Nice and powerful accordion menu</li>
</h3>
<p><strong>What is BySlideMenu?</strong><br />
BySlideMenu is a plugin for Mootools which allow you to easily create a beautiful accordion menu (sliding menu) on any element you want (ul/li, div, p &#8230;) using images and/or text.</p>
<p><strong>Features</strong></p>
<ul>
<li> Works horizontally or vertically.</li>
<li>Automatic size &#8211; The container width/height can be adjusted automatically.</li>
<li>Menu is expandable by mouseover or by click, as you want.</li>
<li>Menu can be pinned or not, by mouseover or click, you choose.</li>
<li>A default index can be defined.</li>
<li> Can be used with any elements (ul/li, div, p&#8230;)</li>
<li>Overflow support.</li>
</ul>
<p><a href="http://www.byscripts.info/scripts/javascript-dynamic-accordion-menu" class="viewit" target="_blank">View Soure Article</a></p>
<h3>
<li>Flash Without Flash: Elegant Menu Fly-out</li>
</h3>
<p><img src="http://artatm.com/wp-content/uploads/menu2.jpg" alt="menu2" title="menu2" width="594" height="166" class="alignleft size-full wp-image-426" /><br />
It’s a more elegant solution than regular fly-outs, but unfortunately, it’s done in Flash. Here is my version in JavaScript built with Mootools. Follow along as I describe the HTML, CSS, and JavaScript.<br />
<a href="http://www.chromasynthetic.com/blog/uploads/menu.html" class="viewit" target="_blank">View Example</a><br />
<a href="http://www.chromasynthetic.com/blog/?p=95" class="viewit" target=_blank">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/40-free-javascript-image-gallery-flash-photo-gallery-hand-picked/' rel='bookmark' title='Permanent Link: 40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked'>40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked</a></li>
<li><a href='http://artatm.com/2009/11/amazing-mootools-plugins-to-enhance-your-website/' rel='bookmark' title='Permanent Link: Amazing Mootools Plugins to enhance your website'>Amazing Mootools Plugins to enhance your website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jSlickmenu: A jQuery plugin for slick CSS3 menus</title>
		<link>http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/</link>
		<comments>http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:26:12 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=358</guid>
		<description><![CDATA[
The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It&#8217;s fairly easy to use, highly customizable and pretty cool (and fun!) to see.

Demo
Download
How to Use


Related posts:Photo gallery Using CSS3 and JQuery
Collection of mega drop down and multi level menus
Nice jQuery Effects and Plugins for Gallery



Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/' rel='bookmark' title='Permanent Link: Nice jQuery Effects and Plugins for Gallery'>Nice jQuery Effects and Plugins for Gallery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://artatm.com/wp-content/uploads/css3menu.jpg" alt="css3menu" title="css3menu" width="456" height="101" class="alignleft size-full wp-image-360" /><br />
The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It&#8217;s fairly easy to use, highly customizable and pretty cool (and fun!) to see.</p>
<p><span id="more-358"></span></p>
<p><a href="http://demo.marcofolio.net/slick_jquery_css3_menu/default.html" class="viewit" target="_blank">Demo</a><br />
<a href="http://www.marcofolio.net/downloads/webdesign/jslickmenu_a_jquery_plugin_for_slick_css3_menus/download.html" class="viewit" target="_blank">Download</a><br />
<a href="http://www.marcofolio.net/webdesign/jslickmenu_a_jquery_plugin_for_slick_css3_menus.html" class="viewit" target="_blank">How to Use</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
<li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2010/01/nice-jquery-effects-and-plugins-for-gallery/' rel='bookmark' title='Permanent Link: Nice jQuery Effects and Plugins for Gallery'>Nice jQuery Effects and Plugins for Gallery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/jslickmenu-a-jquery-plugin-for-slick-css3-menus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Online free CSS Menu Genrator</title>
		<link>http://artatm.com/2009/12/10-online-free-css-menu-genrator/</link>
		<comments>http://artatm.com/2009/12/10-online-free-css-menu-genrator/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 11:26:13 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=294</guid>
		<description><![CDATA[
1. IzzyMenu
Create professional looking CSS menus for your Website as easy as never before! Build your cool menu online, without writing a single line of code!

What is IzzyMenu - it&#8217;s easy to use, Online Menu Builder, which allows you to build your CSS &#038; DHTML menu in minutes. Choose from dozens ready styles or create your own menu style. IzzyMenu, online menu generator is the best solution for amateurs and professionals!
View
2. Pure CSS Menu
Simple and easy Online menu creator. very easy to understand and nice interface. they also provide some ready menu template, you have to just edit text and link.
View
3. CSS menu maker
CSS menu maker provide custom CSS menus without having to know all the complicated HTML and CSS. If you are a more experienced web developer they provide the sources code for all CSS menus so that you can download, tweak, and integrate as much as you want.
View
4. My CSS Menu
My CSS Menu provides the average webmaster with tools to create custom, cross browser compatible css menu. Our menu generator makes it easy to create web navigation: Horizontal, Vertical, Drop-down menu without having to know all the complicated HTML and CSS. If you are a more experienced web developer we provide the sources code for all our CSS menus so that you can download, tweak, and integrate as much as you want. Feel free to use our css menu generator an unlimited amount of times.
Just choose template horizontal, vertical and then click customize to start. Click demo to preview.
View
5. CSS Menu Builder
CSS Menu Builder contains 300+ horizontal menus, 700+ vertical menus combinations and breadcrumb menus that consist of more than 200+ combinations, in total the site offers more than 1000 menu combinations not including the endless color combinations.
View
6. Dynamic Drive&#8217;s new CSS library
Dynamic Drive&#8217;s new CSS library! Here you&#8217;ll find original, practical CSS codes and examples such as CSS menus to give your site a visual boast.
View
7. CSS Portal
CSS Portal Contains 31 Designs to create a professional menu look.
View
8. Sitemap Menu Generator
Freely use this great dropdown  Sitemap Map Menu to generator a dropdown menu for your site.
Follow the instructions and press generate to get the code.
View
9. Webmaster Tools &#8211; CSS Navigation Menu Generator
This utility will help you create an attractive CSS Navigation Menu without writing a single line of CSS.
View
10. Tab Generator
 Do you need fast and cool tabs? thwn enjoy using tabs generator!
Tweak size, colors, corners and more, generate your design, then download and use in your css style sheet!
View


Related posts:40 Beautifully-Designed Navigation Menus
Creating Accordion, Dropdown and Sliding Menus in Mootools
Amazing css menu Collections



Related posts:<ol><li><a href='http://artatm.com/2009/11/40-beautifully-designed-navigation-menus/' rel='bookmark' title='Permanent Link: 40 Beautifully-Designed Navigation Menus'>40 Beautifully-Designed Navigation Menus</a></li>
<li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2009/11/amazing-css-menu-collections/' rel='bookmark' title='Permanent Link: Amazing css menu Collections'>Amazing css menu Collections</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://artatm.com/wp-content/uploads/2009/11/2009-11-29_175415.jpg" alt="2009-11-29_175415" title="2009-11-29_175415" width="463" height="122" class="alignnone size-full wp-image-299" /></p>
<h3>1. IzzyMenu</h3>
<p>Create professional looking CSS menus for your Website as easy as never before! Build your cool menu online, without writing a single line of code!</p>
<p><span id="more-294"></span></p>
<p><strong>What is IzzyMenu </strong>- it&#8217;s easy to use, Online Menu Builder, which allows you to build your CSS &#038; DHTML menu in minutes. Choose from dozens ready styles or create your own menu style. IzzyMenu, online menu generator is the best solution for amateurs and professionals!<br />
<a href="http://www.izzymenu.com/ " target="_blank" class="viewit">View</a></p>
<h3>2. Pure CSS Menu</h3>
<p>Simple and easy Online menu creator. very easy to understand and nice interface. they also provide some ready menu template, you have to just edit text and link.<br />
<a href="http://purecssmenu.com/" target="_blank" class="viewit">View</a></p>
<h3>3. CSS menu maker</h3>
<p>CSS menu maker provide custom CSS menus without having to know all the complicated HTML and CSS. If you are a more experienced web developer they provide the sources code for all CSS menus so that you can download, tweak, and integrate as much as you want.<br />
<a href="http://cssmenumaker.com/" target="_blank" class="viewit">View</a></p>
<h3>4. My CSS Menu</h3>
<p>My CSS Menu provides the average webmaster with tools to create custom, cross browser compatible css menu. Our menu generator makes it easy to create web navigation: Horizontal, Vertical, Drop-down menu without having to know all the complicated HTML and CSS. If you are a more experienced web developer we provide the sources code for all our CSS menus so that you can download, tweak, and integrate as much as you want. Feel free to use our css menu generator an unlimited amount of times.</p>
<p>Just choose template horizontal, vertical and then click customize to start. Click demo to preview.<br />
<a href="http://www.mycssmenu.com/" target="_blank" class="viewit">View</a></p>
<h3>5. CSS Menu Builder</h3>
<p>CSS Menu Builder contains 300+ horizontal menus, 700+ vertical menus combinations and breadcrumb menus that consist of more than 200+ combinations, in total the site offers more than 1000 menu combinations not including the endless color combinations.<br />
<a href="http://www.cssmenubuilder.com/home" target="_blank" class="viewit">View</a></p>
<h3>6. Dynamic Drive&#8217;s new CSS library</h3>
<p>Dynamic Drive&#8217;s new CSS library! Here you&#8217;ll find original, practical CSS codes and examples such as CSS menus to give your site a visual boast.<br />
<a href="http://www.dynamicdrive.com/style/" target="_blank" class="viewit">View</a></p>
<h3>7. CSS Portal</h3>
<p>CSS Portal Contains 31 Designs to create a professional menu look.<br />
<a href="http://www.cssportal.com/generators/menu.htm" target="_blank" class="viewit">View</a></p>
<h3>8. Sitemap Menu Generator</h3>
<p>Freely use this great dropdown  Sitemap Map Menu to generator a dropdown menu for your site.<br />
Follow the instructions and press generate to get the code.<br />
<a href="http://www.hypergurl.com/dropdowngenerator.html" target="_blank" class="viewit">View</a></p>
<h3>9. Webmaster Tools &#8211; CSS Navigation Menu Generator</h3>
<p>This utility will help you create an attractive CSS Navigation Menu without writing a single line of CSS.<br />
<a href="http://tools.devshed.com/webmaster-tools/css-navigation/" target="_blank" class="viewit">View</a></p>
<h3>10. Tab Generator</h3>
<p> Do you need fast and cool tabs? thwn enjoy using tabs generator!<br />
Tweak size, colors, corners and more, generate your design, then download and use in your css style sheet!<br />
<a href="http://www.tabsgenerator.com/" target="_blank" class="viewit">View</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/40-beautifully-designed-navigation-menus/' rel='bookmark' title='Permanent Link: 40 Beautifully-Designed Navigation Menus'>40 Beautifully-Designed Navigation Menus</a></li>
<li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2009/11/amazing-css-menu-collections/' rel='bookmark' title='Permanent Link: Amazing css menu Collections'>Amazing css menu Collections</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/10-online-free-css-menu-genrator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amazing css menu Collections</title>
		<link>http://artatm.com/2009/11/amazing-css-menu-collections/</link>
		<comments>http://artatm.com/2009/11/amazing-css-menu-collections/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:14:10 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=219</guid>
		<description><![CDATA[1. Free CSS Drop-Down Menu Framework


 Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new theme since structure is permanent. What is more, creating a new theme is easy with available templates and takes 10-15 mins. 
 Cross browser. Configurations available for Windows Internet Explorer 5 or later, Mozilla Firefox 1.5 or later, Opera 7 or later, Apple Safari 2 or later, Google Chrome 1, etc.
 JavaScript only for IE. Minimal JavaScript code only for IE 6 or earlier. Can be used with popular JavaScript libraries Jquery or Scriptaculous. Everything else is pure CSS. 
 Continuous development. The project is constantly revised and improved.
You can find some amazing Drop down menus that are free to download under GNU license.
2. Accordion Menu script

Creating an Accordion Menu is trivial using Accordion Content script. It basically just comes down to styling your headers and expanding content to conform to that desired menu look.
Glossy Accordion Menu
Bullet List Accordion Menu
Urban Gray Accordion Menu
Apple style Accordion Menu
3. Drill Down Menu
This script turns an ordinary UL list into a drill down style menu, adding a new dimension to the conventional drop down menu. The top level UL dictates the height of the menu, with the sub levels tucked away until navigated to. You can customize which level should be shown by default, whether to remember the last shown level when the page reloads, plus the speed of the &#8220;drilling&#8221; animation. And to ensure the user doesn&#8217;t get lost with all this drilling, the script can optionally display &#8220;breadcrumb&#8221; links that reflect the current level the user is at.
4. Smooth Navigational Menu 
Smooth Navigation Menu is a multi level, CSS list based menu powered using jQuery that makes website navigation a smooth affair. And that&#8217;s a good thing given the important role of this element in any site. The menu&#8217;s contents can either be from direct markup on the page, or an external file and fetched via Ajax instead. And thanks to jQuery, a configurable, sleek &#8220;slide plus fade in&#8221; transition is applied during the unveiling of the sub menus. The menu supports both the horizontal and vertical (sidebar) orientation.
5. Image Menu

horizontal menu, reveals more of the image as you rollover it. It uses mootools.
6. CSS Horizontal Drop-Down Menu
Is a there way to create a css horizontal drop-down menu in css that will work on most browsers. Well&#8230; technically, the short answer is &#8220;No&#8221; if you are using just css, because IE is problematic in the way it handles css. uses .htc file to support IE.
jQuery Multi Level CSS Menu
This is a multi-level horizontal CSS menu created using a regular nested HTML list, then turned into a fully functional drop down menu using CSS and a touch of jQuery. The sub menus slide in and out into view, which also automatically reposition themselves horizontally if too close to the window&#8217;s right edge.


Related posts:Collection of mega drop down and multi level menus
Creating Accordion, Dropdown and Sliding Menus in Mootools
Photo gallery Using CSS3 and JQuery



Related posts:<ol><li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h3><a href="http://www.lwis.net/free-css-drop-down-menu/" target="_blank">1. Free CSS Drop-Down Menu Framework</a></h3>
<p><img src="http://artatm.com/wp-content/uploads/2009/11/mtvmenu.JPG" alt="mtvmenu" title="mtvmenu" width="426" height="127" class="alignnone size-full wp-image-220" /><span id="more-219"></span></p>
<ul>
<li> Modular, with themes. Not only HTML is separated from CSS, but even CSS definitions are categorized into structural and thematic types. Thus creating a new css drop-down menu means creating only a new theme since structure is permanent. What is more, creating a new theme is easy with available templates and takes 10-15 mins. </li>
<li> Cross browser. Configurations available for Windows Internet Explorer 5 or later, Mozilla Firefox 1.5 or later, Opera 7 or later, Apple Safari 2 or later, Google Chrome 1, etc.</li>
<li> JavaScript only for IE. Minimal JavaScript code only for IE 6 or earlier. Can be used with popular JavaScript libraries Jquery or Scriptaculous. Everything else is pure CSS. </li>
<li> Continuous development. The project is constantly revised and improved.</li>
<p>You can find some amazing Drop down menus that are free to download under GNU license.</p>
<h3><a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm" target="_blank">2. Accordion Menu script</a></h3>
<p><img src="http://artatm.com/wp-content/uploads/2009/11/applemenu.jpg" alt="applemenu" title="applemenu" width="450" height="158" class="alignnone size-full wp-image-225" /><br />
Creating an Accordion Menu is trivial using Accordion Content script. It basically just comes down to styling your headers and expanding content to conform to that desired menu look.</p>
<h4><a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm" target="_blank">Glossy Accordion Menu</a></h4>
<h4><a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm" target="_blank">Bullet List Accordion Menu</a></h4>
<h4><a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-urban.htm" target="_blank">Urban Gray Accordion Menu</a></h4>
<h4><a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-apple.htm" target="_blank">Apple style Accordion Menu</a></h4>
<h3><a href="http://www.dynamicdrive.com/dynamicindex1/drilldownmenu.htm" target="_blank">3. Drill Down Menu</a></h3>
<p>This script turns an ordinary UL list into a drill down style menu, adding a new dimension to the conventional drop down menu. The top level UL dictates the height of the menu, with the sub levels tucked away until navigated to. You can customize which level should be shown by default, whether to remember the last shown level when the page reloads, plus the speed of the &#8220;drilling&#8221; animation. And to ensure the user doesn&#8217;t get lost with all this drilling, the script can optionally display &#8220;breadcrumb&#8221; links that reflect the current level the user is at.</p>
<h3><a href="http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm" target="_blank">4. Smooth Navigational Menu </a></h3>
<p>Smooth Navigation Menu is a multi level, CSS list based menu powered using jQuery that makes website navigation a smooth affair. And that&#8217;s a good thing given the important role of this element in any site. The menu&#8217;s contents can either be from direct markup on the page, or an external file and fetched via Ajax instead. And thanks to jQuery, a configurable, sleek &#8220;slide plus fade in&#8221; transition is applied during the unveiling of the sub menus. The menu supports both the horizontal and vertical (sidebar) orientation.</p>
<h3><a href="http://www.phatfusion.net/imagemenu/">5. Image Menu</a></h3>
<p><img src="http://artatm.com/wp-content/uploads/2009/11/imagemenu.jpg" alt="imagemenu" title="imagemenu" width="400" height="162" class="alignnone size-full wp-image-222" /><br />
horizontal menu, reveals more of the image as you rollover it. It uses mootools.</p>
<h4><a href="http://sperling.com/examples/menuh/" target="_blank">6. CSS Horizontal Drop-Down Menu</a></h4>
<p>Is a there way to create a css horizontal drop-down menu in css that will work on most browsers. Well&#8230; technically, the short answer is &#8220;No&#8221; if you are using just css, because IE is problematic in the way it handles css. uses .htc file to support IE.</p>
<h3><a href="http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/" target="_blank">jQuery Multi Level CSS Menu</a></h3>
<p>This is a multi-level horizontal CSS menu created using a regular nested HTML list, then turned into a fully functional drop down menu using CSS and a touch of jQuery. The sub menus slide in and out into view, which also automatically reposition themselves horizontally if too close to the window&#8217;s right edge.</p>


<p>Related posts:<ol><li><a href='http://artatm.com/2010/01/collection-of-mega-drop-down-and-multi-level-menus/' rel='bookmark' title='Permanent Link: Collection of mega drop down and multi level menus'>Collection of mega drop down and multi level menus</a></li>
<li><a href='http://artatm.com/2009/12/creating-accordion-dropdown-and-sliding-menus-in-mootools/' rel='bookmark' title='Permanent Link: Creating Accordion, Dropdown and Sliding Menus in Mootools'>Creating Accordion, Dropdown and Sliding Menus in Mootools</a></li>
<li><a href='http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/' rel='bookmark' title='Permanent Link: Photo gallery Using CSS3 and JQuery'>Photo gallery Using CSS3 and JQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/11/amazing-css-menu-collections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
