<?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; CSS</title>
	<atom:link href="http://artatm.com/category/css/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>CSS3 compatibility and support for Browser</title>
		<link>http://artatm.com/2009/12/css3-compatibility-and-support-for-browser/</link>
		<comments>http://artatm.com/2009/12/css3-compatibility-and-support-for-browser/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 11:42:28 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=703</guid>
		<description><![CDATA[CSS compatibility and support for Browser.
If you are working as a Web Developer you must know about browsers. If you love to work with your favorite browser and you  focus only a single browser for work then it can create hell lot of trouble. If you love to work on firefox but your client uses IE then what???
You would create a bad impression and not only that again your project goes for corrections.

Same way if you are thinking to shift to css3 first take a look at the browser support then you can have a go. I found that my 40% clients are still using IE6(no idea why??) so it will take a long time for me to start working on css3. 
Lots of properties are still not supported by IE.
10 Useful CSS Properties Not Supported By Internet Explorer

From w3schools.com
According to statistic still more then 10% of people uses IE6 and latest browsers are not properly ready for css3, So before starting CSS3 take a look on browser support for css3.
CSS 3 selectors Specifications Chart from quirksmode.org



Related posts:70 Must-Have CSS3 and HTML5 Tutorials and Resources
Quickie CSS3 Tricks with Fallbacks
Photo gallery Using CSS3 and JQuery



Related posts:<ol><li><a href='http://artatm.com/2009/12/70-must-have-css3-and-html5-tutorials-and-resources/' rel='bookmark' title='Permanent Link: 70 Must-Have CSS3 and HTML5 Tutorials and Resources'>70 Must-Have CSS3 and HTML5 Tutorials and Resources</a></li>
<li><a href='http://artatm.com/2009/11/quickie-css3-tricks-with-fallbacks/' rel='bookmark' title='Permanent Link: Quickie CSS3 Tricks with Fallbacks'>Quickie CSS3 Tricks with Fallbacks</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[<p>CSS compatibility and support for Browser.</p>
<p>If you are working as a Web Developer you must know about browsers. If you love to work with your favorite browser and you  focus only a single browser for work then it can create hell lot of trouble. If you love to work on firefox but your client uses IE then what???<br />
You would create a bad impression and not only that again your project goes for corrections.</p>
<p><span id="more-703"></span></p>
<p>Same way if you are thinking to shift to css3 first take a look at the browser support then you can have a go. I found that my 40% clients are still using IE6(no idea why??) so it will take a long time for me to start working on css3. </p>
<p>Lots of properties are still not supported by IE.<br />
<a href="http://www.impressivewebs.com/10-useful-css-properties-not-supported-by-internet-explorer/">10 Useful CSS Properties Not Supported By Internet Explorer</a></p>
<p><a href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank"><img src="http://artatm.com/wp-content/uploads/browserstat.jpg" alt="browserstat" title="browserstat" width="576" height="276" class="alignnone size-full wp-image-706" /></a><br />
<a href="http://www.w3schools.com/browsers/browsers_stats.asp">From w3schools.com</a></p>
<p>According to statistic still more then 10% of people uses IE6 and latest browsers are not properly ready for css3, So before starting CSS3 take a look on browser support for css3.<br />
CSS 3 selectors Specifications Chart from <a href="http://www.quirksmode.org/css/contents.html">quirksmode.org</a><br />
<a href="http://www.quirksmode.org/css/contents.html" target="_blank"><img src="http://artatm.com/wp-content/uploads/browsersupport.jpg" alt="browsersupport" title="browsersupport" width="700" height="1926" class="alignnone size-full wp-image-705" /></a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/12/70-must-have-css3-and-html5-tutorials-and-resources/' rel='bookmark' title='Permanent Link: 70 Must-Have CSS3 and HTML5 Tutorials and Resources'>70 Must-Have CSS3 and HTML5 Tutorials and Resources</a></li>
<li><a href='http://artatm.com/2009/11/quickie-css3-tricks-with-fallbacks/' rel='bookmark' title='Permanent Link: Quickie CSS3 Tricks with Fallbacks'>Quickie CSS3 Tricks with Fallbacks</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/12/css3-compatibility-and-support-for-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Ways to Add Depth to Any Website with CSS</title>
		<link>http://artatm.com/2009/12/3-ways-to-add-depth-to-any-website-with-css/</link>
		<comments>http://artatm.com/2009/12/3-ways-to-add-depth-to-any-website-with-css/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:32:16 +0000</pubDate>
		<dc:creator>Jitu</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=491</guid>
		<description><![CDATA[Three tips to refine your website by adding depth with just a bit of CSS. The advantage to these effects is two fold: you get some sweet looking elements on your site and because the overhead in adding them is so low, it&#8217;s nothing but awesome for you. Enjoy!

View Source Article


Related posts:10 short &#8216;n&#8217; sweet tips on how to design for web
Amazing Mootools Plugins to enhance your website
Basic Trends to follow When Building a Sports website



Related posts:<ol><li><a href='http://artatm.com/2009/11/10-short-n-sweet-tips-on-how-to-design-for-web/' rel='bookmark' title='Permanent Link: 10 short &#8216;n&#8217; sweet tips on how to design for web'>10 short &#8216;n&#8217; sweet tips on how to design for web</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>
<li><a href='http://artatm.com/2009/12/basic-trends-to-follow-when-building-a-sports-website/' rel='bookmark' title='Permanent Link: Basic Trends to follow When Building a Sports website'>Basic Trends to follow When Building a Sports website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Three tips to refine your website by adding depth with just a bit of CSS. The advantage to these effects is two fold: you get some sweet looking elements on your site and because the overhead in adding them is so low, it&#8217;s nothing but awesome for you. Enjoy!</p>
<p><span id="more-491"></span></p>
<p><a href="http://www.zurb.com/article/277/3-ways-to-add-depth-to-any-website-with-c" class="viewit" target="_blank">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/11/10-short-n-sweet-tips-on-how-to-design-for-web/' rel='bookmark' title='Permanent Link: 10 short &#8216;n&#8217; sweet tips on how to design for web'>10 short &#8216;n&#8217; sweet tips on how to design for web</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>
<li><a href='http://artatm.com/2009/12/basic-trends-to-follow-when-building-a-sports-website/' rel='bookmark' title='Permanent Link: Basic Trends to follow When Building a Sports website'>Basic Trends to follow When Building a Sports website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/3-ways-to-add-depth-to-any-website-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Turn Your Images Into Polaroids with CSS3</title>
		<link>http://artatm.com/2009/12/easily-turn-your-images-into-polaroids-with-css3/</link>
		<comments>http://artatm.com/2009/12/easily-turn-your-images-into-polaroids-with-css3/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 10:13:21 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=475</guid>
		<description><![CDATA[
Through a combination of browser-specific CSS (2 and 3) integration and some basic styling, we&#8217;ve turned regular old images into cool looking polaroid style images—with no additional markup to show the text.

View Demo
View Source Article


Related posts:Photo gallery Using CSS3 and JQuery
15 Unforgettable Websites To Find Code Snippets With Ease
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/15-unforgettable-websites-to-find-code-snippets-with-ease/' rel='bookmark' title='Permanent Link: 15 Unforgettable Websites To Find Code Snippets With Ease'>15 Unforgettable Websites To Find Code Snippets With Ease</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[<p><img src="http://artatm.com/wp-content/uploads/images-polaroids-final.jpg" alt="images-polaroids-final" title="images-polaroids-final" width="518" height="259" class="alignnone size-full wp-image-476" /><br />
Through a combination of browser-specific CSS (2 and 3) integration and some basic styling, we&#8217;ve turned regular old images into cool looking polaroid style images—with no additional markup to show the text.</p>
<p><span id="more-475"></span></p>
<p><a href="http://www.zurb.com/playground/css3-polaroids/" class="viewit" target"_blank">View Demo</a><br />
<a href="http://www.zurb.com/article/305/easily-turn-your-images-into-polaroids-wi" class="viewit" target"_blank">View Source Article</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/15-unforgettable-websites-to-find-code-snippets-with-ease/' rel='bookmark' title='Permanent Link: 15 Unforgettable Websites To Find Code Snippets With Ease'>15 Unforgettable Websites To Find Code Snippets With Ease</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/2009/12/easily-turn-your-images-into-polaroids-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70 Must-Have CSS3 and HTML5 Tutorials and Resources</title>
		<link>http://artatm.com/2009/12/70-must-have-css3-and-html5-tutorials-and-resources/</link>
		<comments>http://artatm.com/2009/12/70-must-have-css3-and-html5-tutorials-and-resources/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:28:54 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=471</guid>
		<description><![CDATA[CSS3 and HTML 5 are capable of revolutionizing the way we design websites. Both include so many new features and functions that it can be hard to wrap your head around them at times. The inclusion of native support for things like rounded corners and multi-column layouts are just the tip of the ice berg.

Below are seventy resources, tutorials, and articles to get you started with CSS3 and HTML 5. Many of the techniques discussed are already supported to some extent in some some modern web browsers (Safari and Firefox have the most extensive support), so you can get started right away.
View Source Article


Related posts:A Collection of HTML5 Resources and Tutorials
CSS3 compatibility and support for Browser
Quickie CSS3 Tricks with Fallbacks



Related posts:<ol><li><a href='http://artatm.com/2009/12/a-collection-of-html5-resources-and-tutorials/' rel='bookmark' title='Permanent Link: A Collection of HTML5 Resources and Tutorials'>A Collection of HTML5 Resources and Tutorials</a></li>
<li><a href='http://artatm.com/2009/12/css3-compatibility-and-support-for-browser/' rel='bookmark' title='Permanent Link: CSS3 compatibility and support for Browser'>CSS3 compatibility and support for Browser</a></li>
<li><a href='http://artatm.com/2009/11/quickie-css3-tricks-with-fallbacks/' rel='bookmark' title='Permanent Link: Quickie CSS3 Tricks with Fallbacks'>Quickie CSS3 Tricks with Fallbacks</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>CSS3 and HTML 5 are capable of revolutionizing the way we design websites. Both include so many new features and functions that it can be hard to wrap your head around them at times. The inclusion of native support for things like rounded corners and multi-column layouts are just the tip of the ice berg.</p>
<p><span id="more-471"></span></p>
<p>Below are seventy resources, tutorials, and articles to get you started with CSS3 and HTML 5. Many of the techniques discussed are already supported to some extent in some some modern web browsers (Safari and Firefox have the most extensive support), so you can get started right away.</p>
<p><a href="http://www.webappers.com/2009/08/10/70-must-have-css3-and-html5-tutorials-and-resources/" class="viewit" target="_blank">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/12/a-collection-of-html5-resources-and-tutorials/' rel='bookmark' title='Permanent Link: A Collection of HTML5 Resources and Tutorials'>A Collection of HTML5 Resources and Tutorials</a></li>
<li><a href='http://artatm.com/2009/12/css3-compatibility-and-support-for-browser/' rel='bookmark' title='Permanent Link: CSS3 compatibility and support for Browser'>CSS3 compatibility and support for Browser</a></li>
<li><a href='http://artatm.com/2009/11/quickie-css3-tricks-with-fallbacks/' rel='bookmark' title='Permanent Link: Quickie CSS3 Tricks with Fallbacks'>Quickie CSS3 Tricks with Fallbacks</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/70-must-have-css3-and-html5-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best of CSS Design 2009</title>
		<link>http://artatm.com/2009/12/best-of-css-design-2009/</link>
		<comments>http://artatm.com/2009/12/best-of-css-design-2009/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 13:07:09 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=466</guid>
		<description><![CDATA[
This year I’ve selected another 50 nicely designed web sites. Among the list, I notice a lot of them are minimalistic design with beautiful serif fonts. The grungy and sketchy styles are still strong. However, the large background is no longer as hot as in 2008, instead, texturized background is popular in 2009.

View Source Article


Related posts:10 Real Time Search Engines to Find Relevant Design News
Christmas Roundup &#8212; Free Christmas Wallpapers
75 Free Incredible Fonts Collections



Related posts:<ol><li><a href='http://artatm.com/2009/12/10-real-time-search-engines-to-find-relevant-design-news/' rel='bookmark' title='Permanent Link: 10 Real Time Search Engines to Find Relevant Design News'>10 Real Time Search Engines to Find Relevant Design News</a></li>
<li><a href='http://artatm.com/2009/12/christmas-roundup-free-christmas-wallpapers/' rel='bookmark' title='Permanent Link: Christmas Roundup &#8212; Free Christmas Wallpapers'>Christmas Roundup &#8212; Free Christmas Wallpapers</a></li>
<li><a href='http://artatm.com/2009/12/75-free-incredible-fonts-collections/' rel='bookmark' title='Permanent Link: 75 Free Incredible Fonts Collections'>75 Free Incredible Fonts Collections</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://artatm.com/wp-content/uploads/markdearman-lg.jpg" alt="markdearman-lg" title="markdearman-lg" width="470" height="160" class="alignleft size-full wp-image-467" /><br />
This year I’ve selected another 50 nicely designed web sites. Among the list, I notice a lot of them are minimalistic design with beautiful serif fonts. The grungy and sketchy styles are still strong. However, the large background is no longer as hot as in 2008, instead, texturized background is popular in 2009.</p>
<p><span id="more-466"></span></p>
<p><a href="http://www.webdesignerwall.com/trends/best-of-css-design-2009/" class="viewit">View Source Article</a></p>


<p>Related posts:<ol><li><a href='http://artatm.com/2009/12/10-real-time-search-engines-to-find-relevant-design-news/' rel='bookmark' title='Permanent Link: 10 Real Time Search Engines to Find Relevant Design News'>10 Real Time Search Engines to Find Relevant Design News</a></li>
<li><a href='http://artatm.com/2009/12/christmas-roundup-free-christmas-wallpapers/' rel='bookmark' title='Permanent Link: Christmas Roundup &#8212; Free Christmas Wallpapers'>Christmas Roundup &#8212; Free Christmas Wallpapers</a></li>
<li><a href='http://artatm.com/2009/12/75-free-incredible-fonts-collections/' rel='bookmark' title='Permanent Link: 75 Free Incredible Fonts Collections'>75 Free Incredible Fonts Collections</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://artatm.com/2009/12/best-of-css-design-2009/feed/</wfw:commentRss>
		<slash:comments>0</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>Photo gallery Using CSS3 and JQuery</title>
		<link>http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/</link>
		<comments>http://artatm.com/2009/11/new-photo-gallery-using-css3-and-jquery/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 09:43:11 +0000</pubDate>
		<dc:creator>Rocky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Designs]]></category>

		<guid isPermaLink="false">http://artatm.com/?p=282</guid>
		<description><![CDATA[An Awesome CSS3 Lightbox Gallery With jQuery

It will be search-engine friendly and even be compatible with browsers which date back as far as IE6 (although some of the awesomeness is lost).

We are using jQuery, jQuery UI (for the drag and drop) and the fancybox jQuery plugin for the lightbox display in addition to PHP and CSS for interactivity and styling.
Demo
Download
View Tutorial
Editable CSS3 Photo Gallery
Photo gallery with click-to-enlarge photos, fancy CSS3 rollover effects, and marked up with HTML5.
Demo
Download
CSS3 Gallery without using JQuery
CSS3 Photo gallery effect without using any JavaScript or PHP. From Ajaxian.com
Demo
Get CSS File


Related posts:40 Free Javascript Image Gallery &#038; Flash Photo Gallery Hand-Picked
jSlickmenu: A jQuery plugin for slick CSS3 menus
Nice jQuery Effects and Plugins for Gallery



Related posts:<ol><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/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/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[<h3>An Awesome CSS3 Lightbox Gallery With jQuery</h3>
<p><img src="http://artatm.com/wp-content/uploads/2009/11/css3gallery.jpg" alt="css3gallery" title="css3gallery" width="450" height="187" class="alignnone size-full wp-image-288" /></p>
<p>It will be search-engine friendly and even be compatible with browsers which date back as far as IE6 (although some of the awesomeness is lost).</p>
<p><span id="more-282"></span></p>
<p>We are using jQuery, jQuery UI (for the drag and drop) and the fancybox jQuery plugin for the lightbox display in addition to PHP and CSS for interactivity and styling.</p>
<p><a href="http://demo.tutorialzine.com/2009/11/hovering-gallery-css3-jquery/demo.php" Target="_blank" class="viewit">Demo</a><br />
<a href="http://demo.tutorialzine.com/2009/11/hovering-gallery-css3-jquery/demo.zip"  class="viewit">Download</a><br />
<a href="http://tutorialzine.com/2009/11/hovering-gallery-css3-jquery/" Target="_blank" class="viewit">View Tutorial</a></p>
<h3>Editable CSS3 Photo Gallery</h3>
<p>Photo gallery with click-to-enlarge photos, fancy CSS3 rollover effects, and marked up with HTML5.</p>
<p><a href="http://css-tricks.com/examples/CSS3PhotoGallery/" Target="_blank" class="viewit">Demo</a><br />
<a href="http://css-tricks.com/examples/CSS3PhotoGallery.zip"  class="viewit">Download</a></p>
<h3>CSS3 Gallery without using JQuery</h3>
<p>CSS3 Photo gallery effect without using any JavaScript or PHP. From <a href="http://ajaxian.com/archives/if-that-is-an-awesome-css3-gallery-how-would-you-call-mine" target="_blank">Ajaxian.com</a></p>
<p><a href="http://www.3site.eu/examples/gallery/" Target="_blank" class="viewit">Demo</a><br />
<a href="http://www.3site.eu/examples/gallery/css/gallery.css" Target="_blank"   class="viewit">Get CSS File</a></p>


<p>Related posts:<ol><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/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/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/11/new-photo-gallery-using-css3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>1</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>
