Add Css/Jquery fixed horizontal menu to blogger blog

This navigation bar made with CSS & jQuery gets semi-transparent when you scroll down the page and is slightly showing up by fading out gradually becoming almost transparent. When the user hovers over it, the menu becomes opaque again.
Inside the navigation we have some links, a search input and top & bottom buttons making it easier for the user to navigate to the top or bottom of the page.









If you want to add this horizontal menu with CSS/jQuery to a Blogger blog, follow the steps below:

1. Log into your Blogger account and select your blog, then go to "Template" and press the "Edit HTML" button.






2. Click anywhere inside the code area and search using CTRL + F keys, this tag

                                                                     </head> 
3. Just above/before the </head> tag, add the following scripts and CSS code for the jQuery menu:

<style type="text/css">#nav{height:35px;border-bottom:1px solid #ddd;position:fixed;top:0;left:0;right:0;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhc7Mm2mbUuBWOFr_PcbY8zR9JSX4atrxrKDFzjCZAUVeZZuVP-NJZwn8bRaK_RJT90nMlWR5tG8e-wOAYjLLrwZy_U2pL1_rYccJttYw1-OorCCt87AgZQxdNRk72x2jXIY5Ah9eKuRraJ/s1600/navbar.png) repeat-x center left;z-index:999999}#nav ul{height:25px;list-style:none;margin:6px auto 0;width:600px}#nav ul li{display:inline;float:left;margin:0 2px}#nav a{font-size:11px;font-weight:700;float:left;padding:2px 4px;color:#999;text-decoration:none;border:1px solid #ccc;cursor:pointer;background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQAFkgpZHtf4RNSPy6_9g09NkBGSdcPRN0GVGuUJAWb8hZpUsqYO4eyonmO3jLULZrQoDm1q_XA0yrqYxYLWxubd49jbbsDI3AHHQSGcV4fevAwndQxnLVEDsTDimRmizs3QgT4Yrrkt30/s1600/overlay.png) repeat-x center left;height:16px;line-height:16px}#nav a:hover{background-color:#D9D9DA;color:#fff}#nav a.top span,#nav a.bottom span{float:left;width:16px;height:16px}#nav a.top span{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEj-gIxzumjYZbvU9cUxEzpKf4W16z314GlwFf3RivYQbKerrbkTVGIig_e7LYWBppB-CnuBs5-r9_4egE_ke-h0W7Y9yCJqp4x5irfpH5G3pl_PHIfxThftE4x2Cf9SZFr2R_A2Dh77d5/s1600/top.png) no-repeat center center}#nav a.bottom span{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiX7Sa2eAcpcfey5ARy3t8uOS22GeSDtzvsFh-iPccPPkFiT-VEF1mQjFO8pqxfoULSHxYXtK2cQp2tF-Zfr_S0r9EviaszXoZqeyJ4V0IvslkP980oUxILT-iZgyWEvwagKTYq5Z87B_mE/s1600/bottom.png) no-repeat center center}#nav ul li.search{float:right}#nav input[type="text"]{float:left;border:1px solid #ccc;margin:0 1px 0 50px;padding:2px;line-height:16px}input.searchbutton{border:1px solid #ccc;padding:1px;cursor:pointer;width:26px;line-height:16px;background:#E8E9EA url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2V1QblkFICujhxB_he6x-90b-mavnuP_bZN-WZjyTQpCGfeWA4PX7RC0JgtmsSiSW-QHdhfg3ILUULSvtxK0vtuYHpgTAn8MJ0UvxPc_ndDfZN_mflBdUSTgsoKFOm13MCP2mU-_MWSr_/s1600/search.png) no-repeat center center}input.searchbutton:hover{background-color:#D9D9DA}</style><script type="text/javascript" src="https://code.jquery.com/jquery-1.3.2.min.js"></script> <script type="text/javascript">//<![CDATA[$(function(){$(window).scroll(function(){var a=$(window).scrollTop();0!=a?$("#nav").stop().animate({opacity:"0.2"},400):$("#nav").stop().animate({opacity:"1"},400)}),$("#nav").hover(function(a){var b=$(window).scrollTop();0!=b&&$("#nav").stop().animate({opacity:"1"},400)},function(a){var b=$(window).scrollTop();0!=b&&$("#nav").stop().animate({opacity:"0.2"},400)})});//]]></script>

4. Next, search for this tag:
<body>

If you can't find it, search for this one:
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'> 

5. Just below/after this code, copy and paste the HTML structure of the menu:
<div id="nav"><ul><li><a class="top" href="#top"><span></span></a></li><li><a class="bottom" href="#bottom"><span></span></a></li><li><a href='URL address'><span>Link 1</span></a></li><li><a href='URL address'><span>Link 2</span></a></li><li><a href='URL address'><span>Link 3</span></a></li><li><a href='URL address'><span>Link 4</span></a></li><li><a href='URL address'><span>Link 5</span></a></li><li><a href='URL address'><span>Link 6</span></a></li><li class="search"><form method="get" action="/search"><input name="q" type="text" placeholder="Search..."/><input type="submit" value="" class="searchbutton"/></form></li></ul></div><div id="top"></div>

Note: Replace URL address with the URL of your pages and Link 1, 2, 3, 4, 5, 6 with the link title that 
will show in the menu.


6. Finally, search for the following tag:
</body> 

Just above the </body> tag, add the following HTML code:
<div id="bottom"></div>

7. Click the "Save Template" button and you're done adding the menu. Enjoy!

>

COMMENTS

BLOGGER
Name

Ad Networks,4,Adsense,3,Adsense Alternative,2,Affiliate Marketing,3,ARTICLE WRITING,3,Aweber,1,BACKLINKING,1,Bitcoins,1,BLOG DESIGN,5,BLOGGER,19,BLOGGER NOTIFICATIONS,2,BLOGGER PLUGINS,23,BLOGGER POSTS,3,BLOGGER WIDGETS,16,Blogging,8,BLOGGING TIPS,28,Bluehost,1,Chitika,1,CHRISTMAS DECORATION,1,COMMENTS,2,Coupons,1,Email Marketing,2,FACEBOOK,3,Freelancing,1,GCS,1,Grammarly,1,help,1,How To,2,important points,1,JQUERY,2,Links,1,Make Money Online,14,NAVIGATION,1,New Year 2017,1,Nofollow Links,1,NOTIFICATIONS,1,online,2,Other,1,Outreach Emails,1,Parental control,1,POPULAR POSTS,1,Privacy,1,Review,5,RSS Feed,1,secure,1,seo,13,Shortcode,1,SOCIAL MEDIA,9,Start A Blog,3,Tech News,1,Tech Tips,2,TEMPLATE CUSTOMIZATION,15,Top Softwares,1,TRAFFIC TIPS,7,Web Hosting,2,WEBMASTER TOOLS,4,widgets,32,WordPress Plugins,1,WordzPress,1,WP THEMES,1,YouTube,2,
ltr
item
HV BLOGGERS: Add Css/Jquery fixed horizontal menu to blogger blog
Add Css/Jquery fixed horizontal menu to blogger blog
https://1.bp.blogspot.com/-M-48W2sSGX0/WFVCJsmu_qI/AAAAAAAABMo/2daDu6TIwI0f8zGQ82MxmED05vYxiUn2gCLcB/s1600/fixed%2Bfade%2Bout%2Bmenu%2Bfor%2Bblogger.png
https://1.bp.blogspot.com/-M-48W2sSGX0/WFVCJsmu_qI/AAAAAAAABMo/2daDu6TIwI0f8zGQ82MxmED05vYxiUn2gCLcB/s72-c/fixed%2Bfade%2Bout%2Bmenu%2Bfor%2Bblogger.png
HV BLOGGERS
https://hvbloggers.blogspot.com/2016/12/add-cssjquery-fixed-horizontal-menu-to_60.html
https://hvbloggers.blogspot.com/
https://hvbloggers.blogspot.com/
https://hvbloggers.blogspot.com/2016/12/add-cssjquery-fixed-horizontal-menu-to_60.html
true
4122661956596859215
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy