In this post, im gonna explain, how to add multi color advanced css3 menu for blogger.Im include
2 styles light color and dark color.Im using CSS3 and HTML for creating this menu bar.Its include
nice hover style too.you can check it form demo page. you can get my earlier menu bar post collection by clicking 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.
5. Find this tag by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> tag
7. Go to blogger and click Layout
8. Click Add Gadget and select 'HTML/Javascript
9. Paste below code.
Light menu
Dark menu
10. Now save your HTML/Javascript'.
You are done...
2 styles light color and dark color.Im using CSS3 and HTML for creating this menu bar.Its include
nice hover style too.you can check it form demo page. you can get my earlier menu bar post collection by clicking here
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Find this tag by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> tag
/* The CSS Code for the menu starts here bloggertrix.com */ .cbdb-menu li { display: block; float: left; line-height: 35px; list-style:none; margin: 0 5px;} .cbdb-menu li a { /* This generators the gradient on top of the solid color */ background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255,255,255,.5)), color-stop(1, rgba(0,0,0,.1)) ); background-image: -moz-linear-gradient( center top, rgba(255,255,255,.5) 0%, rgba(0,0,0,.1) 100% ); color: #f4f4f4; /* IE */ color: rgba(255, 255, 255, 0.8); display: block; font: bold 18px "Myriad Pro","Lucida Grande",Helvetica,Arial,sans-serif; outline:none; padding: 5px 15px; text-decoration: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65); -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65); } .cbdb-menu li a:active { background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0,rgba(255,255,255,.5)), color-stop(.1,rgba(255,255,255,.2)), color-stop(.85, rgba(0,0,0,.2)), color-stop(100, rgba(0,0,0,.4)) ); background-image: -moz-linear-gradient( center bottom, rgba(255,255,255,.5) 0%, rgba(255,255,255,.2) 10%, rgba(0,0,0,.2) 85%, rgba(0,0,0,.4) 100% ); } /* Dark Text */ .cbdb-menu li a.dark { color: #333; /* IE */ color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); } /*********** COLORS *************/ /* Create your own class for your own colors */ .red { background: #B80202; border: #B80202 1px solid} .red:hover, .red:focus{ background-color:#e30606 } .green { background: #46c431; border: #46c431 1px solid} .green:hover,.green:focus { background-color:#44e329 } .yellow { background: #D9CE1C; border: #D9CE1C 1px solid} .yellow:hover,.yellow:focus { background-color:#eee117} .cyan { background: #23c6de; border: #23c6de 1px solid} .cyan:hover,.cyan:focus { background-color:#18d8f4 } .blue { background: #3271d9; border: #3271d9 1px solid} .blue:hover,.blue:focus { background-color:#377ef2 }
7. Go to blogger and click Layout
8. Click Add Gadget and select 'HTML/Javascript
9. Paste below code.
Light menu
<ul class="cbdb-menu"> <li><a href="#" class="red">Home</a> </li> <li><a href="#" class="green">Download</a></li> <li><a href="#" class="yellow">Design</a></li> <li><a href="#" class="cyan">About Us</a> </li> <li><a href="http://www.bloggertrix.com/" class="blue">Contact Us</a></li> </ul>
Dark menu
<ul class="cbdb-menu"> <li><a href="#" class="red dark">Home</a> </li> <li><a href="#" class="green dark">Download</a></li> <li><a href="#" class="yellow dark">Design</a></li> <li><a href="#" class="cyan dark">About Us</a> </li> <li><a href="http://www.bloggertrix.com/" class="blue dark">Contact US</a></li> </li> </ul>
10. Now save your HTML/Javascript'.
You are done...
thanks for the info buddy over
ReplyDeletenice blog
very Nice and colorful ..
ReplyDelete@heru triyanda,vikash
ReplyDeleteThanks you
This could be useful! Thanks for sharing.
ReplyDeleteCan't wait to get a colourfull css3 menu
ReplyDeletethan admin very use full blog
ReplyDeletehttp://healpinearning.blogspot.com