Last tutorial i posted about Simple CSS menu bar,So, this post also about menu bar.Actually this menu bar include with water color background.I think this will important to blogger template designers. Its easy to add it to your blog.It just include. CSS and HTML.Other menu bars here.
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
2. Find this tag by using Ctrl+F ]]></b:skin>
3. Paste below code Before ]]></b:skin> tag
4. Go to blogger Design > Page Element.
5. Click Add Gadget and select 'HTML/Javascript
6. Paste below code.
Replace with your links.
7. Now save your HTML/Javascript'.
You are done...
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
2. Find this tag by using Ctrl+F ]]></b:skin>
3. Paste below code Before ]]></b:skin> tag
#menu2 { list-style: none; padding: 0; margin: 0; width: 774px; height: 210px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUHRuA0cbAXRutuz02RU3CRw2AMOj_6fE7-1Xs6ydLj3ScZwqdsLP8Wzkerjfz5_DL07_O2QM0sncoamLQmcE4n_HuQ3C19zuRqfUFe8M_xBTD6ffkaQ33ciky37A3EAO2J_UZl1tgnOk/s1600/menu-bg.jpg) no-repeat; position: relative;} #menu2 span { display: none; position: absolute;} #menu2 a { display: block; text-indent: -900%; position: absolute; outline: none;} #menu2 a:hover { background-position: left bottom;} #menu a:hover span{ display: block;} #menu2 .home { width: 144px; height: 58px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi89KCjmaZtygzXvIZpTDe1n2pTKIoB96BziQ_7cgRD00XMk8Fs8Q6DKLMbULd1qIzmnW-E8VCS7D-7fWnNq-aFIl5zMHrDzm-IYBe_uDi1QnimSwaFdPI9Udcg5tKnLRTTY-Fm-ZkRqig/s1600/home.gif) no-repeat; left: 96px; top: 73px;} #menu2 .home span { width: 86px; height: 14px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr_GDY0Axm5chqhsiBfz3fIGo0w00yn4TOYlhgbc_Bv5aL1F5glpXhy3FC177H-Fpc56K-mFuXjDzESPf1mCVtyXOnT8BUr3CTlS7h75JpM-z80gkUWL9sDD5nQ5ejHu5M8xn6eVbn1Kw/s1600/home-over.gif) no-repeat; left: 28px; top: -20px;} #menu2 .about { width: 131px; height: 51px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_8zcnJZu0V3Z6dl8z5Mb796V-LuW7UFxRePKdVI9ZaDFzTCkM1aV_sE0AwQzLFhGMk-Jn1nDLZgg_Sy_-HtntbQxYQ2kZX_oHRIGfe7a5SCFyQ9A-hzYS573cpFi4bLMAEUz3lSQkYhQ/s1600/about.gif) no-repeat; left: 338px; top: 97px;} #menu2 .about span { width: 40px; height: 12px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirIJsoO3953hkzpGPrEFB8osrNZN7kX54VVyAPadu5GiQqaIuP-oFRxJ_WpBSPpoXH8cOhEAPW9Cnl1ZdYgUvI7xYSPRjRyXC9D8u6D-FTLV7sXlVxNcE9azTGS335aId0m9IyTEwwIm8/s1600/about-over.gif) no-repeat; left: 44px; top: 54px;} #menu2 .rss { width: 112px; height: 47px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg00POmOPDJcxyemZfp3dx6hxcUckcrOCYs2iAzbDBcEGX46ozFnNV-YaVxo3ie0yivLOa7V8i4d3m9fkCDqyzFKSZSJ99NMIuneXbN68mfF4D6Czny2A4qDPfQs9sZ8LZ20FeOvQrSmSc/s1600/rss.gif) no-repeat; left: 588px; top: 94px;} #menu2 .rss span { width: 92px; height: 20px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRWQTLpeGlnw8eK_B_eOKkijMJQ16OI1Wl5wBjn65avUg364x8w9KExzJrnFSlHLORGzMJeyV7q2O6dPwe8P8o5RPEC0vN1FPCnkTkTkSnjwFLqnZCyo6xo5dTkz6fhJmQe4o68J0Ut4Y/s1600/rss-over.gif) no-repeat; left: 26px; top: -20px; }
4. Go to blogger Design > Page Element.
5. Click Add Gadget and select 'HTML/Javascript
6. Paste below code.
<!--MenuBar Starts--> <ul id="menu2"> <li><a class="home" href="http://www.bloggertrix.com/">Home</a></li> <li><a class="about" href="http://www.bloggertrix.com/">About</a></li> <li><a class="rss" href="http://www.bloggertrix.com/">RSS</a></li> </ul> <!--MenuBar Ends--
Replace with your links.
7. Now save your HTML/Javascript'.
You are done...
This is nice tip
ReplyDelete