<?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>bijusubhash.com &#187; CSS Tab Menu</title> <atom:link href="http://www.bijusubhash.com/blog/category/css-menu/feed" rel="self" type="application/rss+xml" /><link>http://www.bijusubhash.com</link> <description>Blog for Graphic Tutorials, Tips, Tricks, Technical Tutorials and Free stuffs</description> <lastBuildDate>Sat, 21 Jan 2012 17:39:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>RedBrown Drop Down Menu-Using jQuery and CSS</title><link>http://www.bijusubhash.com/blog/redbrown-drop-down-menu-using-jquery-and-css</link> <comments>http://www.bijusubhash.com/blog/redbrown-drop-down-menu-using-jquery-and-css#comments</comments> <pubDate>Wed, 01 Dec 2010 15:52:47 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS Tab Menu]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[DropDown-Menu]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[jQuery-Menu]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4178</guid> <description><![CDATA[As part of my project I have to build a drop down menu with animation. Actually its need some fade in animation effects when user clicks on the main tab and some more effects for sub navigation too. There are lot of navigation menu scripts available over the internet (I had listed some of them [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.bijusubhash.com/demo/redBrown-jQuery-menu/"><img
class="alignnone size-full wp-image-4179" title="RedBrown Drop Down Menu- Using jQuery and CSS" src="http://www.bijusubhash.com/wp-content/uploads/2010/11/RedBrown-Drop-Down-Menu-Using-jQuery-and-CSS.jpg" alt="RedBrown Drop Down Menu- Using jQuery and CSS" width="657" /></a><br
/> As part of  my project I have to build a drop down menu with animation. Actually its need some fade in animation effects when user clicks on the main tab and some more effects for sub navigation too. There are lot of navigation menu scripts available over the internet (I had listed some of them in my past blog) but I would like to create my own and would like to share with you. Here I&#8217;m using some simple jQuery scripts for animating the menu.</p><h2>Step 1</h2><p>We are going to build the list first.</p><pre class="brush: html; collapse: false; gutter: true; smart-tabs: true; tab-size: 4;">
&amp;lt;ul id=&amp;quot;menu&amp;quot;&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Categories&amp;lt;/a&amp;gt;
&amp;lt;ul class=&amp;quot;submenu&amp;quot;&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Design&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Development&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Freebies&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Inspiration&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Resources&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Tutorials&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Wordpress&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Categories&amp;lt;/a&amp;gt;
&amp;lt;ul class=&amp;quot;submenu&amp;quot;&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Design&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Development&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Freebies&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Inspiration&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Resources&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Tutorials&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Wordpress&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Categories&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
</pre><h2>Step 2</h2><p>Now we have to apply a skin to the list. Add some styles.</p><pre class="brush: css;">
body {
background:url(images/m_bg.gif) repeat-x #b29668;
margin:70px;
}
.red {
color:red;
}
.brown {
color:brown;
}
h2 {
font-family:&amp;quot;Courier New&amp;quot;, Courier, monospace;
font-size:19px;
font-weight:normal;
margin-left:39px;
color:#333333;
}
#menu {
background:url(images/menu_bg.gif) no-repeat 0 -1px;
font:normal 18px/36px Arial, Helvetica, sans-serif;
float:left;
width:1000px;
padding:0;
}
#menu li {
background:url(images/menu_bg.gif) no-repeat 0 -1px;
list-style:none;
padding:0;
margin:0;
float:left;
position:relative;
}
#menu li a{
color:#bfbfbf;
text-decoration:none;
padding-left:15px;
padding-right:40px;
background:url(images/menu_bg.gif) no-repeat left bottom;
display:block;
float:left;
}
#menu li  span{
background:url(images/arrow.png) no-repeat 0 12px ;
width:20px;
height:35px;
/*display:inline-block;*/
float:left;
/*top:-35px;*/
/*position:relative;*/
cursor:pointer;
}
#menu li ul{
background:url(images/submenu_bg.gif) no-repeat right bottom;
padding:0;
font-size:15px;
display:none;
width:250px;
z-index:5;
position:absolute;
margin:0;
float:left;
left:0;
top:36px;
}
#menu li ul li{
background:none;
width:250px;
overflow:hidden;
line-height:25px;
}
#menu li ul a{
background-image:none;
border-bottom:1px solid #171717;
border-top:1px solid #545454;
border-left:1px solid #171717;
width:237px;
}
#menu li:hover ul{
}
a:active, a:visited {
outline:none;
}
.overRed {
background:url(images/over_red.png) no-repeat left top !important;
color:#FFFFFF !important;
border-left:none !important;
border-right:none !important;
}
</pre><p>I have explained about some css rules above. Just take a look on it.</p><h2>Step 3</h2><p>Now the final step, we are going to add some animation effects for the menu with jQuery. First we need to call the jquery.js. It should be like this.</p><pre class="brush: js;">
&amp;lt;script src=&amp;quot;js/jquery.js&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
</pre><p>Now the animation jquery code which you have to put inside the head tag.</p><pre class="brush: js;">
&amp;lt;script&amp;gt;
$(document).ready(function(){
$(&amp;quot;ul.submenu&amp;quot;).parent().append(&amp;quot;&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;&amp;quot;);
$(&amp;quot;ul#menu li a, ul#menu li span&amp;quot;).click(function(){
$(this).parent().find(&amp;quot;ul.submenu&amp;quot;).animate({height: 'show', opacity: 'show'}, 'slow');
})
$(&amp;quot;ul#menu li&amp;quot;).not(&amp;quot;ul#menu li ul li&amp;quot;).hover(function(){
}, function(){
$(&amp;quot;.submenu&amp;quot;).animate({height: 'hide', opacity: 'hide'}, 'slow');
})
$(&amp;quot;.submenu li a&amp;quot;).hover(function(){
$(this).animate({paddingLeft: &amp;quot;30px&amp;quot;}, 'fast') ;
$(this).addClass(&amp;quot;overRed&amp;quot;) ;
},
function(){
$(this).animate({paddingLeft: &amp;quot;15px&amp;quot;}, 'fast') ;
$(this).removeClass(&amp;quot;overRed&amp;quot;) ;
}
)
})
&amp;lt;/script&amp;gt;
</pre><table
width="100%"><tr><td><a
href="http://www.bijusubhash.com/wp-content/plugins/download-monitor/download.php?id=65" title="Downloaded 1066 times"><img
src="http://www.bijusubhash.com/images/download_btn.png" alt="RedBrown Drop Down Menu-Using jQuery and CSS" /></a></td><td
style="text-align:right;"> <a
href="http://www.bijusubhash.com/demo/RedBrown-Menu/RedBrown-Menu-A-Jquery-animated-drop-down-menu.html#" target="_blank"><img
class="alignnone size-full wp-image-4209" title="Demo" src="http://www.bijusubhash.com/wp-content/uploads/2010/12/demo_btn.png" alt="" width="177" height="139" /></a></td></tr></table><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/jQuery-Menu" rel="tag">jQuery-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS-Menu" rel="tag">CSS-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/DropDown-Menu" rel="tag">DropDown-Menu</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/redbrown-drop-down-menu-using-jquery-and-css/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>CSS3 Multi-Level Mac-Like Dropdown Menu</title><link>http://www.bijusubhash.com/blog/css3-multi-level-mac-like-dropdown-menu</link> <comments>http://www.bijusubhash.com/blog/css3-multi-level-mac-like-dropdown-menu#comments</comments> <pubDate>Thu, 01 Apr 2010 08:20:10 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[CSS Tab Menu]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[Drop-Down-Menu]]></category> <category><![CDATA[mac-like-menu]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=3788</guid> <description><![CDATA[WebDesignerWall has shared a multi-level mac like css drop down menu. They used border-radius, box-shadow and text-shadow css properties. The menu renders perfectly with Firefox, Safari and Chrome. IE also rendering the menu well without rounded corners and shadows. CSS CSS-Menu drop-down-menu mac-like-menu css3]]></description> <content:encoded><![CDATA[<div
id="attachment_3789" class="wp-caption alignnone" style="width: 503px"><a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><img
class="size-full wp-image-3789" title="CSS3 Multi-Level Mac-Like Dropdown Menu" src="http://www.bijusubhash.com/wp-content/uploads/2010/04/CSS3-Multi-Level-Mac-Like-Dropdown-Menu.jpg" alt="CSS3 Multi-Level Mac-Like Dropdown Menu" width="493" height="212" /></a><p
class="wp-caption-text">CSS3 Multi-Level Mac-Like Dropdown Menu</p></div><p><a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank">WebDesignerWall</a> has shared a multi-level mac like css drop down menu. They used border-radius, box-shadow and text-shadow css properties. The menu renders perfectly with Firefox, Safari and Chrome. IE also rendering the menu well without rounded corners and shadows.</p><p><a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/CSS" rel="tag">CSS</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS-Menu" rel="tag">CSS-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/drop-down-menu" rel="tag">drop-down-menu</a> <a
href="http://www.bijusubhash.com/blog/tag/mac-like-menu" rel="tag">mac-like-menu</a> <a
href="http://www.bijusubhash.com/blog/tag/css3" rel="tag">css3</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/css3-multi-level-mac-like-dropdown-menu/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Amazing Photoshop Tab Designs for Web &amp; Applications</title><link>http://www.bijusubhash.com/blog/amazing-photoshop-tab-designs-for-web-applications</link> <comments>http://www.bijusubhash.com/blog/amazing-photoshop-tab-designs-for-web-applications#comments</comments> <pubDate>Wed, 23 Dec 2009 14:13:23 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS Tab Menu]]></category> <category><![CDATA[photoshop]]></category> <category><![CDATA[Free-Tab-Designs]]></category> <category><![CDATA[Tab Menu]]></category> <category><![CDATA[Tab-Designs]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=3291</guid> <description><![CDATA[Pixlys has comes with a lot of Photoshop designs for Tab Menus. Available styles are Pinned Active Tab, Semi Flat Gradient Dropdown Menu, Rounded Gradient Dropline Tabs, Soft Gradient Dropdown Menu, Glossy Vista Style Dropdown Menus, Glossy Dropdown Menu with 3d Paper Effect etc&#8230; All of the tab designs are free for personal use. Can [...]]]></description> <content:encoded><![CDATA[<div
id="attachment_3292" class="wp-caption alignnone" style="width: 465px"><a
href="http://www.pixelys.com/" target="_blank"><img
class="size-full wp-image-3292" title="Amazing Photoshop Tab Designs for Web and Applications" src="http://www.bijusubhash.com/wp-content/uploads/2009/12/Amazing-Photoshop-Tab-Designs-for-Web-and-Applications.jpg" alt="Amazing Photoshop Tab Designs for Web and Applications" width="455" height="725" /></a><p
class="wp-caption-text">Amazing Photoshop Tab Designs for Web and Applications</p></div><p><a
href="http://www.pixelys.com/" target="_blank"><strong>Pixlys</strong></a> has comes with a lot of Photoshop designs for Tab Menus. Available styles are Pinned Active Tab, Semi Flat Gradient Dropdown Menu, Rounded Gradient Dropline Tabs, Soft Gradient Dropdown Menu, Glossy Vista Style Dropdown Menus, Glossy Dropdown Menu with 3d Paper Effect etc&#8230; All of the tab designs are free for personal use. Can be used with your website, blog or applications.  You should register for the free download.</p><p><a
href="http://www.pixelys.com/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/Photoshop" rel="tag">Photoshop</a> <a
href="http://www.bijusubhash.com/blog/tag/Tab-Designs" rel="tag">Tab-Designs</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS-Tab-Menu" rel="tag">CSS-Tab-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Tab-Menu" rel="tag">Tab-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Free-Tab-Designs" rel="tag">Free-Tab-Designs</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/amazing-photoshop-tab-designs-for-web-applications/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Build Mega Drop Down Menus with CSS &amp; JQuery</title><link>http://www.bijusubhash.com/blog/how-to-build-mega-drop-down-menus-with-css-jquery</link> <comments>http://www.bijusubhash.com/blog/how-to-build-mega-drop-down-menus-with-css-jquery#comments</comments> <pubDate>Fri, 06 Nov 2009 12:19:26 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[CSS Tab Menu]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Drop-Down-Menu]]></category> <category><![CDATA[Javascript-Menu]]></category> <category><![CDATA[JQuery]]></category> <category><![CDATA[Mega-Drop-Down-Menus]]></category> <category><![CDATA[Tab Menu]]></category> <category><![CDATA[Websites]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=2523</guid> <description><![CDATA[Do you remember I have published a post of CSS Tab-Based Navigation Scripts? Some JQuery menus are. Here Im posting about a new drop down menu more efficient for large scale websites. The solution has come up from SohTanaka &#8211; Mega Drop Down Menus. According to usability expert Jakob Nielson, mega drop down menus tested [...]]]></description> <content:encoded><![CDATA[<div
id="attachment_2524" class="wp-caption alignnone" style="width: 465px"><a
title="Mega Drop Down Menus" href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/" target="_blank"><img
class="size-full wp-image-2524" title="Mega Drop Down Menus" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/Mega-Drop-Down-Menus-thumb.jpg" alt="Mega Drop Down Menus" width="455" height="412" /></a><p
class="wp-caption-text">Mega Drop Down Menus</p></div><p><span
style="background-color: #ffffff; ">Do you remember I have published a post of <a
class="source" title="CSS Tab Based Navigation Scripts" href="http://www.bijusubhash.com/blog/css-tab-based-navigation-scripts" target="_blank">CSS Tab-Based Navigation Scripts</a>? Some JQuery menus are. Here Im posting about a new drop down menu more efficient for large scale websites. The solution has come up from <strong><a
href="http://www.sohtanaka.com" target="_blank">SohTanaka</a> &#8211; Mega Drop Down Menus</strong>. According to usability expert Jakob Nielson, mega drop down menus tested to be more efficient for large scale websites.</span></p><p><span
style="background-color: #ffffff; "><a
title="Demo" href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/" target="_blank"><img
class="alignnone size-full wp-image-2513" title="Demo" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/demo_btn.jpg" alt="Demo" width="120" height="56" /></a></span></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/CSS" rel="tag">CSS</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS-Tab-Menu" rel="tag">CSS-Tab-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Tab-Menu" rel="tag">Tab-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/JQuery" rel="tag">JQuery</a> <a
href="http://www.bijusubhash.com/blog/tag/Css-Menu" rel="tag">Css-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Javascript-Menu" rel="tag">Javascript-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Drop-Down-Menu" rel="tag">Drop-Down-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Mega-Drop-Down-Menus" rel="tag">Mega-Drop-Down-Menus</a> <a
href="http://www.bijusubhash.com/blog/tag/Websites" rel="tag">Websites</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/how-to-build-mega-drop-down-menus-with-css-jquery/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to build a Previous and Next buttons with List and Css scripts.</title><link>http://www.bijusubhash.com/blog/how-to-build-a-previous-and-next-buttons-with-list-and-css-scripts</link> <comments>http://www.bijusubhash.com/blog/how-to-build-a-previous-and-next-buttons-with-list-and-css-scripts#comments</comments> <pubDate>Wed, 07 Jan 2009 12:53:13 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[CSS Tab Menu]]></category> <category><![CDATA[Graphics]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Tutorial]]></category> <category><![CDATA[Buttons]]></category> <category><![CDATA[List Menu]]></category> <category><![CDATA[Previous Next Buttons]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/bijusblog/?p=25</guid> <description><![CDATA[#prevNextContainer{ padding:0px; font-family:Tahoma; font-size:11px; border-bottom:3px solid #dadada; height:55px; } #prevNextContainer ul, #prevNextContainer li{ margin:0px; padding:0px; } #prevNextContainer #prev{ float:left; list-style-type:none; } #prev a{ text-decoration:none; border:1px solid #cacaca; padding:5px 7px; width:100px; display:block; text-align:center; } #prev a:hover{ background:#dadada; border:1px solid #aaaaaa; color:black; } #prevNextContainer #next{ float:right; list-style-type:none; } #next a{ text-decoration:none; border:1px solid #cacaca; padding:5px 7px; width:100px; [...]]]></description> <content:encoded><![CDATA[<style>#prevNextContainer{
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
	border-bottom:3px solid #dadada;
	height:55px;
}
#prevNextContainer ul, #prevNextContainer li{
	margin:0px;
	padding:0px;</p>
<p>}
#prevNextContainer #prev{
	float:left;
	list-style-type:none;</p>
<p>}
#prev a{
	text-decoration:none;
	border:1px solid #cacaca;
	padding:5px 7px;
	width:100px;
	display:block;
	text-align:center;
	}
#prev a:hover{
	background:#dadada;
	border:1px solid #aaaaaa;
	color:black;
}
#prevNextContainer #next{
	float:right;
	list-style-type:none;
}
#next a{
	text-decoration:none;
	border:1px solid #cacaca;
	padding:5px 7px;
	width:100px;
	display:block;
	text-align:center;
}
#next a:hover{
	background:#dadada;
	border:1px solid #aaaaaa;
	color:black;
}</p></style><p>Here I&#8217;m explaining how to build a previous and next buttons with list and css scripts. Please follow the steps mentioned below.</p><p>1) We need a container div. So write a div tag first and give an ID for it. I gave for my div &#8220;prevNextContainer&#8221;.<br
/> 2) Write the previous and next lists inside the container div. Give an ID &#8220;prev&#8221; for previous list and &#8220;next&#8221; for next list.<br
/> <code
class="codeStyle">&lt;div id="prevNextContainer"&gt;<br
/> &nbsp;&nbsp;	&lt;li id="prev"&gt;&lt;a href="#"&gt;Previous&lt;a/&gt;&lt;/li&gt;<br
/> &nbsp;&nbsp;	&lt;li id="prev"&gt;&lt;a href="#"&gt;Next&lt;a/&gt;&lt;/li&gt;<br
/> &lt;/div&gt;</code><br
/> 3) Add some styles to the container div.<br
/> <code
class="codeStyle">&lt;style&gt;<br
/> #prevNextContainer{<br
/> &nbsp;&nbsp;	padding:0px;<br
/> &nbsp;&nbsp;	font-family:Tahoma;<br
/> &nbsp;&nbsp;	font-size:11px;<br
/> &nbsp;&nbsp;	border-bottom:3px solid #dadada;<br
/> &nbsp;&nbsp;	height:35px;<br
/> }<br
/> &lt;/style&gt;</code>4) Set margin and padding to zero for ul and li tags.<br
/> <code
class="codeStyle"><br
/> #prevNextContainer ul, #prevNextContainer li{<br
/> &nbsp;&nbsp;	padding:0px;<br
/> &nbsp;&nbsp;	margin:0px;<br
/> }<br
/> </code><br
/> 5) Now we need to push previous list to left, next list to right and remove the list style. Set float to left for previous list and float to right for next list. Set the list-style-type to none for both.<br
/> <code
class="codeStyle"><br
/> #prevNextContainer #prev{<br
/> &nbsp;&nbsp;	float:left;<br
/> &nbsp;&nbsp;	list-style-type:none;<br
/> }<br
/> #prevNextContainer #next{<br
/> &nbsp;&nbsp;	float:right;<br
/> &nbsp;&nbsp;	list-style-type:none;<br
/> }<br
/> </code><br
/> 6) Now we are going to makeup the buttons. Give some style to the both anchors tags.<br
/> <code
class="codeStyle"><br
/> #prev a{<br
/> &nbsp;&nbsp;	text-decoration:none;<br
/> &nbsp;&nbsp;	border:1px solid #cacaca;<br
/> &nbsp;&nbsp;	padding:5px 7px;<br
/> &nbsp;&nbsp;	width:100px;<br
/> &nbsp;&nbsp;	display:block;<br
/> &nbsp;&nbsp;	text-align:center;<br
/> }<br
/> #prev a:hover{<br
/> &nbsp;&nbsp;	background:#dadada;<br
/> &nbsp;&nbsp;	border:1px solid #aaaaaa;<br
/> &nbsp;&nbsp;	color:black;<br
/> }<br
/> #next a{<br
/> &nbsp;&nbsp;	text-decoration:none;<br
/> &nbsp;&nbsp;	border:1px solid #cacaca;<br
/> &nbsp;&nbsp;	padding:5px 7px;<br
/> &nbsp;&nbsp;	width:100px;<br
/> &nbsp;&nbsp;	display:block;<br
/> &nbsp;&nbsp;	text-align:center;<br
/> }<br
/> #next a:hover{<br
/> &nbsp;&nbsp;	background:#dadada;<br
/> &nbsp;&nbsp;	border:1px solid #aaaaaa;<br
/> &nbsp;&nbsp;	color:black;<br
/> }<br
/> </code><br
/> 7) See the sample below.</p><div
id="prevNextContainer"><ul><li
id="prev"><a
href="#">Previous</a></li><li
id="next"><a
href="#">Next</a></li></ul></div><p>Thats it&#8230;. Enjoy.</p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/Previous-Next-Buttons" rel="tag">Previous-Next-Buttons</a> <a
href="http://www.bijusubhash.com/blog/tag/Buttons" rel="tag">Buttons</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS-Menu" rel="tag">CSS-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/List-Menu" rel="tag">List-Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Tutorial" rel="tag">Tutorial</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/how-to-build-a-previous-and-next-buttons-with-list-and-css-scripts/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CSS Tab-Based Navigation Scripts</title><link>http://www.bijusubhash.com/blog/css-tab-based-navigation-scripts</link> <comments>http://www.bijusubhash.com/blog/css-tab-based-navigation-scripts#comments</comments> <pubDate>Thu, 27 Nov 2008 15:31:35 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[CSS Tab Menu]]></category> <category><![CDATA[Graphics]]></category> <category><![CDATA[Animated Menu]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Tab Menu]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/bijusblog/?p=11</guid> <description><![CDATA[Tab navigation has been one of the most important element in web layouts. Visitors can properly navigate through the website with a tabbed navigation. A tab navigation should help visitors to easily understand where they should be clicking. Here I have compiled a mass list of nice and sleek CSS Tab based navigation samples you [...]]]></description> <content:encoded><![CDATA[<p
class="MsoNormal"><div
id="attachment_2276" class="wp-caption alignnone" style="width: 465px"><img
class="size-full wp-image-2276" title="Css Tab Menu Scripts" src="http://www.bijusubhash.com/wp-content/uploads/2008/11/css-tab-menu-scripts.jpg" alt="Css Tab Menu" width="455" height="200" /><p
class="wp-caption-text">Css Tab Menus</p></div><p
class="MsoNormal">Tab navigation has been one of the most important element in web layouts. Visitors can properly navigate through the website with a tabbed navigation. <span> </span>A tab navigation should help visitors to easily understand where they should be clicking. Here I have compiled a mass list of nice and sleek CSS Tab based navigation samples you can integrate on your site.</p><p
class="MsoNormal"><span
id="more-11"></span></p><p
class="MsoNormal"><ol><li><h2>jQuery idTabs</h2><p><strong><img
title="jQuery idTabs" src="http://www.bijusubhash.com/article_images/jQuery_idTabs_preview.gif" alt="jQuery idTabs" width="481" height="112" /></strong></p><p>[ <a
href="http://www.sunsean.com/idTabs/#advanced" target="_blank">Demo</a> ]</li><li><h2>Tab Accordian</h2><p><img
title="Tab Accordian" src="http://www.bijusubhash.com/article_images/Tab_Accordian_preview.gif" alt="Tab Accordian" /></p><p>Tab navigation with animation using Moo FX.</p><p>[ <a
href="http://www.nyokiglitter.com/tutorials/tabs.html" target="_blank">Demo</a> ]</li><li><h2>CSS Dock Menu</h2><p><img
title="CSS Dock Menu" src="http://www.bijusubhash.com/article_images/css_dock_menu_preview.gif" alt="CSS Dock Menu" /></p><p>If you are a big Mac fan, you will love this CSS dock menu. It is using <a
href="http://jquery.com/" target="_blank">Jquery Javascript</a> library and Fisheye component from <a
href="http://interface.eyecon.ro/" target="_blank">Interface</a> and some of icons. CSS dock menu by <a
href="http://www.ndesign-studio.com" target="_blank">ndesign-studio</a></p><p>[ <a
href="http://www.ndesign-studio.com/blog/mac/css-dock-menu" target="_blank">Demo</a> ]</li><li><h2>DHTML Goodies Tab Panes</h2><p><img
title="DHTML Goodies Tab Panes" src="http://www.bijusubhash.com/article_images/DHTML_Goodies_Tab_Panes_preview.gif" alt="DHTML Goodies Tab Panes" /></p><p>Tab navigation with animation using Moo FX.</p><p>[ <a
href="http://www.dhtmlgoodies.com/scripts/tab-view/tab-view.html" target="_blank">Demo</a> ]</li><li><h2>AJAX Tabs (Rails redux)</h2><p><img
title="AJAX Tabs (Rails redux)" src="http://www.bijusubhash.com/article_images/AJAX_Tabs_Rails_redux_preview.gif" alt="AJAX Tabs (Rails redux)" /></p><p>[ <a
href="http://actsasflinn.com/Ajax_Tabs/index.html" target="_blank">Demo</a> ]</li><li><h2>JQuery Nested Tab</h2><p><img
title="JQuery Nested Tab Set" src="http://www.bijusubhash.com/article_images/JQuery_Nested_Tab_Set.gif" alt="JQuery Nested Tab" /></p><p>Nested tab set done with the <a
href="http://www.extjs.com" target="_blank">ExtJS UI Library.</a></p><p>[ <a
href="http://blog.cutterscrossing.com/index.cfm/2007/6/15/Updated-JQuery-Nested-Tab-Set-with-Demo" target="_blank">Demo</a> ]</li><li><h2>Ajax Tab Reloaded</h2><p><img
title="Ajax Tab Reloaded" src="http://www.bijusubhash.com/article_images/Ajax_Tab_Reloaded_preview.gif" alt="Ajax Tab Reloaded" /></p><p>Taken the idea of the sliding door tabs and mixed them up with a little javascript and ajax to make them very dynamic on the client side.</p><p>[ <a
href="http://blog.fueledsoftware.com/m/blogs/fueleddev/demos/demo.html" target="_blank">Demo</a> ]</li><li><h2>14 Free Vertical CSS Menus</h2><p><img
title="14 Free Vertical CSS Menus" src="http://www.bijusubhash.com/article_images/14_Free_Vertical_CSS_Menus_preview.gif" alt="14 Free Vertical CSS Menus" /></p><p>Free tabs designed from <a
href="http://www.exploding-boy.com/2005/12/29/14-free-vertical-css-menus/">explodingboy.</a></p><p>[ <a
href="http://www.exploding-boy.com/images/EBmenus/menus.html" target="_blank">Demo</a> ]</li><li><h2>Control.Tabs</h2><p><img
title="Control.Tabs" src="http://www.bijusubhash.com/article_images/Control_Tabs_preview.gif" alt="Control.Tabs" /></p><p>Control.Tabs attaches creates a tabbed interface from an unordered list of links/anchors that point to any elements on your page that have an id attribute.</p><p>[ <a
href="http://livepipe.net/control/tabs" target="_blank">Demo</a> ]</li><li><h2>JavaScript tabs with jQuery</h2><p><img
title="JavaScript tabs with jQuery" src="http://www.bijusubhash.com/article_images/JavaScript_tabs_with_jQuery_preview.gif" alt="JavaScript tabs with jQuery" /></p><p>jQuery plugin lets you create JavaScript tabs easily. Examples of simple tabs, custom tabs, slide effects, fade effects and callbacks demos available.</p><p>[ <a
href="http://stilbuero.de/jquery/tabs/" target="_blank">Demo</a> ]</li><li><h2>Yahoo TabView with Skin</h2><p><img
title="Yahoo TabView" src="http://www.bijusubhash.com/article_images/Yahoo_TabView_preview.gif" alt="Yahoo TabView" /></p><p>Sample tabs from Yahoo UI Library.</p><p>[ <a
href="http://developer.yahoo.com/yui/examples/tabview/skinning.html" target="_blank">Demo</a> ]</li><li><h2>DHTML Ajax Tabs Content Script</h2><p><img
title="DHTML Ajax Tabs Content Script" src="http://www.bijusubhash.com/article_images/DHTML_Ajax_Tabs_Content_Script_preview.gif" alt="DHTML Ajax Tabs Content Script" /></p><p>This is a Ajax Tabs Content script. This tabs display content pulled from external files inside a DIV and organized via CSS tabs. CSS and HTML based scripts.</p><p>[ <a
href="http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/" target="_blank">Demo</a> ]</li><li><h2>JavaScript Tabifier</h2><p><img
title="JavaScript Tabifier" src="http://www.bijusubhash.com/article_images/JavaScript_tabifier_preview.gif" alt="JavaScript Tabifier" /></p><p>Automatically create an HTML tab interface using plug-and-play JavaScript.</p><p>[ <a
href="http://www.barelyfitz.com/projects/tabber/" target="_blank">Demo</a> ]</li><li><h2>KollerMedia Tabmenu</h2><p><img
title="KollerMedia Tabmenu" src="http://www.bijusubhash.com/article_images/KollerMedia_Tabmenu_preview.gif" alt="KollerMedia Tabmenu" /></p><p>Simple look tabs changes when mouseover.</p><p>[ <a
href="http://www.kollermedia.at/archive/2007/02/20/download-tabmenu-for-free/" target="_blank">Demo</a> ]</li><li><h2>dhtmlxTabbar</h2><p><img
title="dhtmlxTabber" src="http://www.bijusubhash.com/article_images/dhtmlxTabber_preview.gif" alt="dhtmlxTabber" /></p><p>dhtmlxTabbar is a JavaScript tabbar control for creating dynamic tabbed-navigation interface. This Ajax-enabled UI component lets you add feature-rich and nice looking tabs to your site or web application.</p><p>[ <a
href="http://dhtmlx.com/docs/products/dhtmlxTabbar/index.shtml" target="_blank">Demo</a> ]</li><li><h2>CSS Tab Designer</h2><p><img
title="CSS Tab Designer" src="http://www.bijusubhash.com/article_images/CSS_Tab_Designer_preview.gif" alt="CSS Tab Designer" /></p><p>CSS Tab Designer is a unique and easy to use software to help you design css-based lists and tabs visually and without any programming knowledge required!</p><p>[ <a
href="http://www.highdots.com/css-tab-designer/" target="_blank">Demo</a> ]</li><li><h2>Light Weight Low Tech CSS Tabs</h2><p><img
title="Light Weight Low Tech CSS Tabs" src="http://www.bijusubhash.com/article_images/Light_Weight_Low_Tech_CSS_Tabs_preview.gif" alt="Light Weight Low Tech CSS Tabs" /></p><p>An example of light weight tabs by combining the Sliding Doors method with the Mountaintop corners idea.</p><p>[ <a
href="http://www.fiftyfoureleven.com/sandbox/doors-meets-mountaintops-1/" target="_blank">Demo 1</a>, <a
href="http://www.fiftyfoureleven.com/sandbox/doors-meets-mountaintops-3/" target="_blank">Demo 2</a> ]</li><li><h2>Module Tabs &#8211; Carousel</h2><p><img
title="Module Tabs - Carousel" src="http://www.bijusubhash.com/article_images/Module_Tabs_Carousel_preview.gif" alt="Module Tabs - Carousel" /></p><p>Example of showing one page of content at at time in tabs. Each tab link scrolls to the page selected. Since all animation is turned off (animationSpeed = 0) then it just moves the desired content into view.</p><p>[ <a
href="http://billwscott.com/carousel/carousel_tabs.html" target="_blank">Demo</a> ]</li><li><h2>Joshua Kaufman’s CSS Tab 2.0</h2><p><img
title="Joshua Kaufman’s CSS Tab 2.0" src="http://www.bijusubhash.com/article_images/Joshua_Kaufman-s_CSS_Tab_2_preview.gif" alt="Joshua Kaufman’s CSS Tab 2.0" /></p><p>[ <a
href="http://unraveled.com/projects/html/css_tabs/" target="_blank">Demo</a> ]</li><li><h2>Duoh’s 2nd Level Tab Menu</h2><p><img
title="Duoh’s 2nd Level Tab Menu" src="http://www.bijusubhash.com/article_images/Duohs_2nd_Level_Tab_Menu_preview.gif" alt="Duoh’s 2nd Level Tab Menu" /></p><p>[ <a
href="http://www.duoh.com/csstutorials/2levelmenu/" target="_blank">Demo</a> ]</li><li><h2>Nundroo CSS Navigation</h2><p><img
title="Nundroo CSS Navigation" src="http://www.bijusubhash.com/article_images/Nundroo_CSS_Navigation_preview.gif" alt="Nundroo CSS Navigation" /></p><p>[ <a
href="http://www.nundroo.com/navigation/" target="_blank">Demo</a> ]</li><li><h2>CSS Menu with slider</h2><p><img
title="CSS Menu with slider" src="http://www.bijusubhash.com/article_images/CSS_Menu_with_slider_preview.gif" alt="CSS Menu with slider" /></p><p>This little example shows how to make really simple and yet very nice CSS Menu with slider.</p><p>[ <a
href="http://dragan.yourtree.org/blog/en/2007/05/11/css-menu-with-slider/" target="_blank">Demo</a> ]</li><li><h2>CSS drop down menu</h2><p><img
title="CSS drop down menu" src="http://www.bijusubhash.com/article_images/CSS_drop_down_menu_preview.gif" alt="CSS drop down menu" /></p><p>Instead of the menu being triggered by placing your mouse of the menu label, it is trigger by moving your cursor over the down arrow on the right side of the menu label.</p><p>[ <a
href="http://moronicbajebus.com/wordpress/wp-content/cssplay/drop-down-llama-menu/" target="_blank">Demo</a> ]</li><li><h2>Fancy Menu</h2><p><img
title="Fancy Menu" src="http://www.bijusubhash.com/article_images/Fancy_Menu_preview.gif" alt="Fancy Menu" /></p><p>CSS+Javascript power. Fancy menu.</p><p>[ <a
href="http://devthought.com/cssjavascript-true-power-fancy-menu/" target="_blank">Demo</a> ]</li><li><h2>Creative Pony Sliding Tab</h2><p><img
title="Creative Pony Sliding Tab" src="http://www.bijusubhash.com/article_images/Creative_Pony_Sliding_Tab_preview.gif" alt="Creative Pony Sliding Tab" /></p><p>Sliding Tabs is a mootools 1.11 plugin which adds a pretty neat effect. It’s a clone of something seen on Panic Software’s Coda site.</p><p>[ <a
href="http://creativepony.com/demos/sliding-tabs/" target="_blank">Demo</a> ]</li><li><h2>JQuery Tab Animation</h2><p><img
title="JQuery Tab Animation" src="http://www.bijusubhash.com/article_images/JQuery_Tab_Animation_preview.gif" alt="JQuery Tab Animation" /></p><p>This sample shows how to use animations with the AjaxControlToolkit&#8217;s TabContainer control.</p><p>[ <a
href="http://mattberseth2.com/tab_animation/" target="_blank">Demo</a> ]</li><li><h2>Fancy Sliding Tab Menu</h2><p><img
title="Fancy Sliding Tab Menu" src="http://www.bijusubhash.com/article_images/Fancy_Sliding_Tab_Menu_preview.gif" alt="Fancy Sliding Tab Menu" /></p><p>Included an idle state listener to bring all the tabs back to their normal state after a desired amount of time without mouse movement on the window.</p><p>[ <a
href="http://www.andrewsellick.com/examples/tabslideV2/" target="_blank">Demo</a> ]</li><li><h2>Sidebar Menu</h2><p><img
title="Sidebar Menu" src="http://www.bijusubhash.com/article_images/sidebar_menu_preveiw.gif" alt="Sidebar Menu" /></p><p>Sliding JavaScript side bar menu using mootools.</p><p>[ <a
href="http://www.andrewsellick.com/examples/sliding-side-bar/" target="_blank">Demo</a> ]</li><li><h2>Aplus ADxMenu</h2><p><img
title="Aplus ADxMenu" src="http://www.bijusubhash.com/article_images/Aplus_ADxMenu_preview.gif" alt="Aplus ADxMenu" /></p><p>Most basic examples of tab submenus..</p><p>[ <a
href="http://aplus.co.yu/adxmenu/examples/htb/" target="_blank">Demo 1</a>, <a
href="http://aplus.co.yu/adxmenu/examples/hbt/" target="_blank">Demo 2</a>, <a
href="http://aplus.co.yu/adxmenu/examples/vlr/" target="_blank">Demo 2</a> ,<a
href="http://aplus.co.yu/adxmenu/examples/vrl/" target="_blank">Demo 2</a> ]</li><li><h2>Bulletproof Slants</h2><p><img
title="Bulletproof Slants" src="http://www.bijusubhash.com/article_images/Bulletproof_Slants_previw.gif" alt="Bulletproof Slants" /></p><p>[ <a
href="http://www.simplebits.com/bits/bulletproof_slants.html" target="_blank">Demo</a> ]</li><li><h2>Brainjar Tabs</h2><p><img
title="Brainjar Tabs" src="http://www.bijusubhash.com/article_images/Brainjar_Tabs_preview.gif" alt="Brainjar Tabs" /></p><p>Using CSS to build a tabbed display. One where the user can click on individual tabs to view different content within the same space.</p><p>[ <a
href="http://www.brainjar.com/css/tabs/demo.html" target="_blank">Demo</a> ]</li><li><h2>Qrayg CSS Menu (Horizontal &amp; Vertical)</h2><p><img
title="Qrayg CSS Menu (Horizontal &amp; Vertical)" src="http://www.bijusubhash.com/article_images/qrayg_CSS_Menu_preview.gif" alt="Qrayg CSS Menu (Horizontal &amp; Vertical)" /></p><p>Horizontal and vertical layout modes while maintaining hover persistence.</p><p>[ <a
href="http://qrayg.com/experiment/cssmenus/" target="_blank">Demo</a> ]</li><li><h2>Kalsey CSS Menu</h2><p><img
title="Kalsey CSS Menu" src="http://www.bijusubhash.com/article_images/Kalsey_CSS_Menu_preview.gif" alt="Kalsey CSS Menu" /></p><p>This is a way of accomplishing tabs and subnavigation using only CSS and nested unordered lists.</p><p>[ <a
href="http://www.kalsey.com/tools/csstabs/2" target="_blank">Demo</a> ]</li><li><h2>Accessible Image-Tab Rollovers</h2><p><img
title="Accessible Image-Tab Rollovers" src="http://www.bijusubhash.com/article_images/Accessible_Image-Tab_Rollovers_preview.gif" alt="Accessible Image-Tab Rollovers" /></p><p>Css tab: mouse over, out and active tab effects with a single image.</p><p>[ <a
href="http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html" target="_blank">Demo</a> ]</li><li><h2>HTML Dog CSS Tab</h2><p><img
title="HTML Dog CSS Tab" src="http://www.bijusubhash.com/article_images/HTML_Dog_CSS_Tab_preview.gif" alt="HTML Dog CSS Tab" /></p><p>A popular form of navigation is tabbed navigation-a group of links that give the impression of being protrusions attached to different areas of unseen content. With CSS you don&#8217;t need to be restricted to rigid images for every tab-you can maintain complete control over appearance and text at a fraction of the file size of image-only alternatives.</p><p>[ <a
href="http://www.htmldog.com/articles/tabs/" target="_blank">Demo</a> ]</li><li><h2>CSS Tabs Menu with Dropdowns</h2><p><img
title="CSS Tabs Menu with Dropdowns" src="http://www.bijusubhash.com/article_images/CSS_Tabs_Menu_with_Dropdowns_preview.gif" alt="CSS Tabs Menu with Dropdowns" /></p><p>Create dropdowns when the top level menu item is hovered over.</p><p>[ <a
href="http://www.dave-woods.co.uk/?p=104" target="_blank">Demo</a> ]</li><li><h2>DOMTab</h2><p><img
title="DOMTab" src="http://www.bijusubhash.com/article_images/DOMTab_preview.gif" alt="DOMTab" /></p><p>DOMtab is a JavaScript that turns a list of links connected to content sections into a tab interface. The script removes any &#8220;back to top&#8221; links in the section and automatically hides all but the first one when the page is loaded.</p><p>[ <a
href="http://onlinetools.org/tools/domtabdata/" target="_blank">Demo</a> ]</li><li><h2>Animated horizontal tabs</h2><p><img
title="Animated horizontal tabs" src="http://www.bijusubhash.com/article_images/Animated_horizontal_tabs_preview.gif" alt="Animated horizontal tabs" /></p><p>These sliding doors based blue tinted tabs &#8220;jump up&#8221; when selected, such as when the mouse rolls over each one. This is accomplished using a combination of relative positioning and padding on each tab. The selected tab is first stretched vertically by giving it a thick bottom padding, then plucked out thanks to the CSS &#8220;top&#8221; property value that&#8217;s smaller than the normal tabs&#8217;. The result are tabs that animate without any scripting.</p><p>[ <a
href="http://www.dynamicdrive.com/style/csslibrary/item/animated_horizontal_tabs/" target="_blank">Demo</a> ]</li><li><h2>Inverted Shift Down Menu</h2><p><img
title="Inverted Shift Down Menu" src="http://www.bijusubhash.com/article_images/Inverted_Shift_Down_Menu_preview.gif" alt="Inverted Shift Down Menu" /></p><p>This clean CSS horizontal menu contains tabs with text that shift downwards slightly when the mouse rolls over it.</p><p>[ <a
href="http://www.dynamicdrive.com/style/csslibrary/item/inverted-shift-down-menu/" target="_blank">Demo</a> ]</li><li><h2>Vista Aero Buttons Menu</h2><p><img
title="Vista Aero Buttons Menu" src="http://www.bijusubhash.com/article_images/Vista_Aero_Buttons_Menu_perview.gif" alt="Vista Aero Buttons Menu" /></p><p>This menu consists of a row of independent, Vista aero looking CSS buttons, and departs from the typical list based menu structure. Each button appears initially faded out slightly via CSS opacity, then brought back to full opacity during the &#8220;hover&#8221; state. The caveat for this menu is the fixed height of each button based on the graphic interface, hence isn&#8217;t ideal if the buttons&#8217; font size is changed from the default.</p><p>[ <a
href="http://www.dynamicdrive.com/style/csslibrary/item/vista_aero_buttons_menu/" target="_blank">Demo</a> ]</li><li><h2>DD Tab Menus</h2><p><img
title="DD Tab Menus" src="http://www.bijusubhash.com/article_images/DD_Tab_Menus_preview.gif" alt="DD Tab Menus" /></p><p>DD Tab Menu is a standards compliant, 2 level tab menu. Move your mouse over a tab, and a 2nd level content appears beneath it. The script uses CSS to control all of its appearance, and plain HTML to implement the entire menu tabs and contents.</p><p>[ <a
href="http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm" target="_blank">Demo</a> ]</li><li><h2>Flexible Tab Navigation</h2><p><img
title="Flexible Tab Navigation" src="http://www.bijusubhash.com/article_images/Flexible_Tab_Navigation_preview.gif" alt="Flexible Tab Navigation" /></p><p>The navigation bar shown here is achieved via 3 images, a bit of CSS and some JavaScript.</p><p>[ <a
href="http://icant.co.uk/articles/flexible-css-menu/index.html" target="_blank">Demo</a> ]</li></ol><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/CSS" rel="tag">CSS</a> <a
href="http://www.bijusubhash.com/blog/tag/Tab Menu" rel="tag">Tab Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Javascript Menu" rel="tag">Javascript Menu</a> <a
href="http://www.bijusubhash.com/blog/tag/Graphics" rel="tag">Graphics</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/css-tab-based-navigation-scripts/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
