Tuesday, January 3, 2012

Cool Css Tab Menu For Blogger

0 comments
This Tutorial will explain how to add cool CSS menu bar for
 your blogger.I made demo for this tutorial. You can see it
by clicking below link.


Demo Here

1. Log in to your blogger account and Go to
    Design
>> Edit HTML
    (make sure backup your template first)

2. Put checked marked in Expand Widget Templates

3. Find this tag by using Ctrl+F    </head>

4. Paste below code Before </head> tag

<style type='text/css'> 
#tabs28 { float:left; width:100%; background:#EFF4FA; font-size:93%; line-height:normal; border-bottom:1px solid #DD740B; }
#tabs28 ul { margin:0; padding:10px 10px 0 50px; list-style:none; }
#tabs28 li { display:inline; margin:0; padding:0; }
#tabs28 a { float:left; background:url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuMwoVF4IQEcjk57CYSTiWDOti3qhj4YIY5ZMAzP60N0avVFWo_rmiYXGEUmDDz07aEyA-8mTwVtx153t7-JiWnJqtEhg2dHg3Xb4dB-NhWAblpr5OIHFLRt3QwQaOpZ6fxZ19pvo4ssMV/s1600/slide-left.gif&quot;) no-repeat left top; margin:0; padding:0 0 0 5px; text-decoration:none; }
#tabs28 a span { float:left; display:block; background:url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEji59FpgqLmfc4j_hlrsyAj2fWJXuU9Dc9ZgNDkJbLFpknk1_uoqoqbi_B9oN8bCOQY1m1HAA5fZRc-slIsrNgjb3dbMrimkWXV1WvyQAQmsWd4_WSl1vkoykXGjRiN_Wy7d98lLgaQWEHH/s1600/side-right.gif&quot;) no-repeat right top; padding:5px 15px 4px 6px; color:#FFF; }
#tabs28 a span {float:none;} #tabsI a:hover span { color:#FFF; } #tabs28 a:hover { background-position:0% -42px; }
#tabs28 a:hover span { background-position:100% -42px; }</style>

5. Now Go to Design >> Page Element

6. Click Add Gadget and select 'HTML/Javascript'

7. Paste below one of below code.
<div id="tabs28">

<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Link 1</span></a></li>
<li><a href="#"><span>Link 2</span></a></li>
<li><a href="#"><span>Link 3</span></a></li>
<li><a href="#"><span>Link 4</span></a></li>
<li><a href="#"><span>Link 5</span></a></li>
<li><a href="#"><span>Link 6</span></a></li>
<li><a href="#"><span>Link 7</span></a></li>
<li><a href="#"><span>Link 8</span></a></li>
</ul>

</div>

*Replace # With your URL
*Replace Link with your any menu name

7. Now save your template
 you are done.

Leave a Reply

Related Posts Plugin for WordPress, Blogger...