<?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>Rumball Motors Interactive &#187; dropdown</title>
	<atom:link href="http://rumballmotors.com/tag/dropdown/feed/" rel="self" type="application/rss+xml" />
	<link>http://rumballmotors.com</link>
	<description>Freelance Web Designer Developer</description>
	<lastBuildDate>Wed, 21 Apr 2010 11:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a Twitter Style Login Form with jQuery &#124; Web Resources &#124; WebAppers</title>
		<link>http://rumballmotors.com/2009/11/23/create-a-twitter-style-login-form-with-jquery-web-resources-webappers/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=create-a-twitter-style-login-form-with-jquery-web-resources-webappers</link>
		<comments>http://rumballmotors.com/2009/11/23/create-a-twitter-style-login-form-with-jquery-web-resources-webappers/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 20:47:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[login]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=418</guid>
		<description><![CDATA[Twitter is running a new homepage with clean and easy design for a while already. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. AEXT has written a tutorial to show you how to create a login drop down with Twitter style using [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter is running a new homepage with clean and easy design for a while already. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. AEXT has written a tutorial to show you how to create a login drop down with Twitter style using jQuery.</p>
<p>It is easy to follow, it also helps you save the space of your webpage and make visitors feel comfortable by the awesome toggle login form. The tutorial explains how it works step by step and it’s good for learning how to do the toggle and tooltips with jQuery.</p>
<p>via <a href="http://www.webappers.com/2009/11/20/create-a-twitter-style-login-form-with-jquery/">Create a Twitter Style Login Form with jQuery | Web Resources | WebAppers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/11/23/create-a-twitter-style-login-form-with-jquery-web-resources-webappers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Mega Drop Down Menus with jQuery &#124; Web Resources &#124; WebAppers</title>
		<link>http://rumballmotors.com/2009/11/10/how-to-create-mega-drop-down-menus-with-jquery-web-resources-webappers/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-create-mega-drop-down-menus-with-jquery-web-resources-webappers</link>
		<comments>http://rumballmotors.com/2009/11/10/how-to-create-mega-drop-down-menus-with-jquery-web-resources-webappers/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:43:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=309</guid>
		<description><![CDATA[Do you remeber we have published a post of Accessible Very Tall Menus with jQuery and CSS? Some people found it not a good way to present information, because we cannot see everything on the menu in one go.
Now SohTanaka has come up with another solution – Mega Drop Down Menus. According to usability expert [...]]]></description>
			<content:encoded><![CDATA[<p>Do you remeber we have published a post of Accessible Very Tall Menus with jQuery and CSS? Some people found it not a good way to present information, because we cannot see everything on the menu in one go.</p>
<p>Now SohTanaka has come up with another solution – Mega Drop Down Menus. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites.</p>
<p>via <a href="http://www.webappers.com/2009/11/05/how-to-create-mega-drop-down-menus-with-jquery/">How to Create Mega Drop Down Menus with jQuery | Web Resources | WebAppers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/11/10/how-to-create-mega-drop-down-menus-with-jquery-web-resources-webappers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClarkLab » Animated Drop Down Menu with jQuery</title>
		<link>http://rumballmotors.com/2009/11/10/clarklab-%c2%bb-animated-drop-down-menu-with-jquery/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=clarklab-%25c2%25bb-animated-drop-down-menu-with-jquery</link>
		<comments>http://rumballmotors.com/2009/11/10/clarklab-%c2%bb-animated-drop-down-menu-with-jquery/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:30:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=239</guid>
		<description><![CDATA[Drop down menus are a really convient way to fit a large menu into a really small initial space. For a long time people have just used a form element for standard drop downs, but with minimal effort you can create a much slicker effect using jQuery and CSS.
via ClarkLab » Animated Drop Down Menu [...]]]></description>
			<content:encoded><![CDATA[<p>Drop down menus are a really convient way to fit a large menu into a really small initial space. For a long time people have just used a form element for standard drop downs, but with minimal effort you can create a much slicker effect using jQuery and CSS.</p>
<p>via <a href="http://www.clarklab.net/blog/posts/animated-drop-down-menu-with-jquery/">ClarkLab » Animated Drop Down Menu with jQuery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/11/10/clarklab-%c2%bb-animated-drop-down-menu-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an apple style menu and improve it via jQuery &#124; Kriesi.at &#8211; new media design</title>
		<link>http://rumballmotors.com/2009/11/10/create-an-apple-style-menu-and-improve-it-via-jquery-kriesi-at-new-media-design/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=create-an-apple-style-menu-and-improve-it-via-jquery-kriesi-at-new-media-design</link>
		<comments>http://rumballmotors.com/2009/11/10/create-an-apple-style-menu-and-improve-it-via-jquery-kriesi-at-new-media-design/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 17:24:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=237</guid>
		<description><![CDATA[Since I wrote my last tutorial on how to create a CSS only multilevel dropdown menu I got a lot of visitors who wanted to know how I created the main navigation of kriesi.at. (a so called kwicks menu) The interest in extraordinary menus seems to be high nowadays, so today I will teach you [...]]]></description>
			<content:encoded><![CDATA[<p>Since I wrote my last tutorial on how to create a CSS only multilevel dropdown menu I got a lot of visitors who wanted to know how I created the main navigation of kriesi.at. (a so called kwicks menu) The interest in extraordinary menus seems to be high nowadays, so today I will teach you how this is done.</p>
<p>Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last but not least improve it via jQuery.</p>
<p>via <a href="http://www.kriesi.at/archives/apple-menu-improved-with-jquery">Create an apple style menu and improve it via jQuery | Kriesi.at &#8211; new media design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/11/10/create-an-apple-style-menu-and-improve-it-via-jquery-kriesi-at-new-media-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

