Social Icons

Showing posts with label Menu Bar. Show all posts
Showing posts with label Menu Bar. Show all posts

Wednesday, 29 May 2013

Underline Hover Effect Css Navigation Bar for Blogger

This is a Underline  Hover Effect  Css  Navigation Bar.In
this tutorial im gonna  explain,  how to  add it to blogger.
This   menu   work   fine  with  every   modern   internet 
browsers.You can link with your main   pages by  using
this  navigation  bar.  Im  using  Css3  and  HTML.


Underline+Hover+Effect+Css+Navigation+Bar


1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Find this tag by using Ctrl+F    ]]></b:skin>

5. Paste below code Before ]]></b:skin> tag


/* The CSS Code for the menu starts here bloggertrix.com */


#arrowunderlinebtrix{
list-style-type:none;
margin:0;
padding:0;
text-align:center;
font: bold 16px Georgia;
}

#arrowunderlinebtrix li{
display:inline;
margin-right:25px;
}

#arrowunderlinebtrix li a{
position:relative;
color:black;
padding-bottom:8px;
text-decoration:none;

}

#arrowunderlinebtrix li a:hover{
border-bottom:3px solid #25bd0d;
}

#arrowunderlinebtrix li a:hover:after{
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px;
bottom: 0;
border-width:5px;
border-style:solid;
border-color: transparent transparent #25bd0d transparent;
}


6. Go to blogger and click Layout

7. Click Add Gadget and select 'HTML/Javascript

8. Paste below code.

<div id="arrowunderline">
<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Download</span></a></li>
<li><a href="#"><span>CSS</span></a></li>
<li><a href="#"><span>About</span></a></li>
<li><a href="http://www.cool33bloggertrix.blogspot.com/"><span>Contact Us</span></a></li>
</ul>
</div>


Replace # with your links.

9. Now save your HTML/Javascript'.

    You are done...


Wednesday, 22 May 2013

Curved Glossy Navigation Bar for Blogger

This is a curved glossy navigation bar. Im gonna explain
how  to  add  it  to  blogger. This  menu  work  fine  with
every modern  internet  browsers.You can link with your
main  pages by  using  wire frame   navigation. Im  using 
Css3 and HTML.


Curved+Glossy+Navigation+Bar



1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Find this tag by using Ctrl+F    ]]></b:skin>

5. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here cool33bloggertrix.com */
.cbtrix_glossymenu1{
 position: relative;padding: 0 0 0 34px;margin: 0 auto 0 auto;
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPDst62iK_UziirTq2HO5YPnfOs6d2N4zg9-2N3oZG0oXlnpOMf1UeVO_IO7bDp6iUTGL4iNXrRYIwnOXHjwdMXm_OjRFRThiOhIYLcEsAwvNCcClR8F86DnhhjXVmOk4Y4NbmWOXizS0/s1600/btrix_menupu_bg.gif) repeat-x;
 height: 46px;
 list-style: none;
}
.cbtrix_glossymenu1 li{
 float:left;
}
.cbtrix_glossymenu1 li a{
 float: left;display: block;color:#000;
 text-decoration: none;
 font-family: sans-serif;
 font-size: 13px;
 font-weight: bold;
 padding:0 0 0 16px;
 height: 46px;
 line-height: 46px;
 text-align: center;
 cursor: pointer;
}
.cbtrix_glossymenu1 li a b{
 float: left;display: block;padding: 0 24px 0 8px;
}
.cbtrix_glossymenu1 li.current a, .cbtrix_glossymenu1 li a:hover{
 color: #fff;
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlKgLhmlaitIVnTF9o3YbmMgVKGaHI_-5rzrxbOKDk-V3FIt7ufXLaVlHW3J66e-fh1l6fnjZ69DX6yQt_ysS61_EQwoVrJLuPcTj1xEKdXvUi8BdSajnesFzK8Q7OUPbdTFS521Db4Nw/s1600/cbtrix_menupu_hover_left.gif) no-repeat;
 background-position: left;
}
.cbtrix_glossymenu1 li.current a b, .cbtrix_glossymenu1 li a:hover b{
 color: #fff;
 background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV5icoxJEPy4zN5zDURTp8CWaEuvbBlncjePR-0UznUGYdcZXRfrmnE-WCftgNKjxEhI49FAnlmAJTJf9yHNQk3oYPDT1h0X3AWKQqnHwqbrZX8tKJmRQ4ShFzv1t3CAOk_1IqF8SFx0c/s1600/btrix_menupu_hover_right.gif) no-repeat right top;
}


6. Go to blogger and click Layout

7. Click Add Gadget and select 'HTML/Javascript

8. Paste below code.


<ul class="btrix_glossymenu1">
 <li class="current"><a href="#"><b>Home</b></a></li>
 <li><a href="#"><b>CSS</b></a></li>
 <li><a href="#"><b>Forums</b></a></li>
 <li><a href="#"><b>Webmaster Tools</b></a></li>
 <li><a href="#"><b>JavaScript</b></a></li>
 <li><a href="#"><b>Contact Us</b></a></li>
</ul>


Replace # with your links.

9. Now save your HTML/Javascript'.

    You are done...

Awesome Circle Style Navigation Menu for Blogger

This is a  Circle Style  navigation bar. Im gonna explain
how  to  add  it  to  blogger. This  menu  work  fine  with
every modern  internet  browsers.You can link with your
main  pages by  using  wire frame   navigation. Im  using 
Css3 and HTML, Just check  out demo. Its easy to add to
blogger get .


1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.



Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Find this tag by using Ctrl+F    ]]></b:skin>

5. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here cool33bloggertrix.com */


.circlemenu{
width: 100%;
overflow:hidden;
}
.circlemenu ul{
margin: 0;
padding: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center;
}
.circlemenu li{
display: inline;
margin: 0;
}
.circlemenu li a{
display:inline-block;
text-align:center;
text-decoration: none;
color: white;
background:#b30707;
margin: 0;
margin-right:5px;
width:100px;
height:100px;
border-radius: 400px;
-moz-border-radius: 400px;
-webkit-border-radius: 400px;
}
.circlemenu a span{
position:relative;
top:40%;
}
.circlemenu li a:visited{
color: white;
}
.circlemenu a:hover{
background: #ff1774;
}


6. Go to blogger and click Layout

7. Click Add Gadget and select 'HTML/Javascript

8. Paste below code.



<div class="circlemenu">
<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Download</span></a></li>
<li><a href="h#"><span>CSS</span></a></li>
<li><a href="#"><span>About</span></a></li>
<li><a href="http://www.cool33bloggertrix.blogspot.com/"><span>Contact Us</span></a></li>
</ul>
</div>

Replace # with your links.

9. Now save your HTML/Javascript'.

    You are done...

Releated Post

If you Like Post Share it with Your Friends.

Dont Miss And Other Chance Stay With Us

Get Free Updates in your Inbox
Follow us on:
facebook twitter gplus pinterest rss

Follow us on facebook

 

Sample text

Sample Text

Sample Text