Showing posts with label Vertical bar. Show all posts
Showing posts with label Vertical bar. Show all posts

Thursday, April 11, 2013

Css3 Shadow Style Vertical Menu for Blogger

File Under: , , 8 comments

In this tutorial im gonna  explain  how to add nice vertical shadow menu for your blogger. You can add this vertical menu on sidebar and  link with your special post or any categories.Im using Css3 and HTML for this shadow vertical  menu. Its  include  nice hover effect You can   add it  to your blogger by using gadget.
Css3+Shadow+Style+Vertical+Menu


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

3. Click Add Gadget and select 'HTML/Javascript

4. Paste  below code.
<style>
.btrix_blockmenu{
font: bold 14px Germand;
width: 190px; /* width of menu */
}
.btrix_blockmenu ul{
border: 1px solid #eee;
padding: 0;
margin: 0;
list-style: none;
}
.btrix_blockmenu ul li{
margin:0;
padding:0;
}
.btrix_blockmenu ul li a{
display:block;
text-transform: uppercase;
color: #494949;
padding: 10px 15px;
text-decoration: none;
border-bottom: 1px solid #cacaca;
border-right: 1px solid #cacaca; /*right border between menu items*/
-moz-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.5) specifies rgb values, last specifies opacity */
-webkit-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
text-shadow: 0 -1px 1px #cfcfcf; /* CSS text shadow to give text some depth */
-moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btrix_blockmenu ul li a:hover, .btrix_blockmenu ul li a.selected{
color: black;
-moz-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8); /* Add 3 inset shadows to each menu item  */
-webkit-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);
box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);
}
</style>

<div class="btrix_blockmenu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Tutorials</a></li>
<li><a href="#">Category</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">About Us</a></li>
<li><a href="http://www.bloggertrix.com/">Contact me</a></li>
</ul>
</div>


Replace # with your URLs.
5. Now save your HTML/Javascript'.You are done.
Hope this Shadow Vertical Menu helps to make your blog attractive.
Read More

Tuesday, January 15, 2013

Animated Drop Down Vertical Menu Bar For Blogger

File Under: , 3 comments

Today im  gonna  explain, how to add drop down vertical  menu bar  for  blogger.  Its include  with icons.you can check it demo link below.Im using Css3 and   HTML for this tutorial.You can get my
all vertical here

Animated+Drop+Down+Vertical+Menu+Bar+For+Blogger


Demo

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. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>
D
6. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here bloggertrix.com */
.container {
    background: url("../images/robot.png") no-repeat scroll 90px 35px rgba(255, 255, 255, 0.6);
    border: 1px solid #FFFFFF;
    height:400px;
    margin:20px auto;
    padding:10px;
    position:relative;
    width:715px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#nav {
    border:3px solid #3e4547;

    box-shadow:2px 2px 8px #000000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#nav, #nav ul {
    list-style:none;
    padding:0;
    width:200px;
}
#nav ul {
    position:relative;
    z-index:-1;
}
#nav li {
    position:relative;
    z-index:100;
}
#nav ul li {
    margin-top:-23px;

    -moz-transition:  0.4s linear 0.4s;
    -ms-transition: 0.4s linear 0.4s;
    -o-transition: 0.4s linear 0.4s;
    -webkit-transition: 0.4s linear 0.4s;
    transition: 0.4s linear 0.4s;
}
#nav li a {
    background-color:#d4d5d8;
    color:#000;
    display:block;
    font-size:12px;
    font-weight:bold;
    line-height:28px;
    outline:0;
    padding-left:15px;
    text-decoration:none;
}
#nav li a.sub {
    background:#d4d5d8 url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYValHfpH1LX_RoWszHUisOtEjeTAbS-JWs5W9adWFv-9SAospN9cLgvtQCelvVeBjZ5H7GNvIkiiR8P56aEClH0MQdN7GG6q_MdOkIFUcy-MpI-Swam_kgxwSSUmIlQRvszgR_xYZIj-9/s1600/down.gif") no-repeat;
}
#nav li a + img {
    cursor:pointer;
    display:none;
    height:28px;
    left:0;
    position:absolute;
    top:0;
    width:200px;
}
#nav li a img {
    border-width:0px;
    height:24px;
    line-height:28px;
    margin-right:8px;
    vertical-align:middle;
    width:24px;
}
#nav li a:hover {
    background-color:#bcbdc1;
}
#nav ul li a {
    background-color:#eee;
    border-bottom:1px solid #ccc;
    color:#000;
    font-size:11px;
    line-height:22px;
}
#nav ul li a:hover {
    background-color:#ddd;
    color:#444;
}
#nav ul li a img {
    background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9qk7VJunHtroS4qLonIUXDsfp8VmmnzXqeCn7mcMTIZuus3wpAMsxm2PCcSvCW07Ltgqu61OSLh3LEjZr39vy5RFjLcMmlqp7HGSfZflzlo8m_wlq2VMSvXUG1whpPCpkhFSXnwSDuFDf/s1600/bulb.png") no-repeat;
    border-width:0px;
    height:16px;
    line-height:22px;
    margin-right:5px;
    vertical-align:middle;
    width:16px;
}
#nav ul li:nth-child(odd) a img {
    background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7bAyyFKCTPTIJ6NlwgbhtWXJaRlT_wj8adfTj-ptt_iJpxOBZRp2l0eQFJFAottdpPHVXkzZm0PHKWFjDpV1ZEq-gir0g13IYrn8gunO-_cyc85MPn_INrab5RCo1qjAHTqOOu0PI7Exj/s1600/bulb2.png") no-repeat;
}
#nav a.sub:focus {
    background:#bcbdc1;
    outline:0;
}
#nav a:focus ~ ul li {
    margin-top:0;
    -moz-transition:  0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linears;
    -webkit-transition: 0.4s linears;
    transition: 0.4s linear;
}
#nav a:focus + img, #nav a:active + img {
    display:block;
}
#nav a.sub:active {
    background:#bcbdc1;
    outline:0;
}
#nav a:active ~ ul li {
    margin-top:0;
}
#nav ul:hover li {
    margin-top:0;
}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<div class="container">

            <ul id="nav">
                <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjepRc9KSL8MeXAYuisSueyw9vZSv9p96MyTbRKcQNB9iottpL0el0cg3g4ChVRAUsUqK_ONt_BHqv-Xbx8FDB_elUxzuB9qNvp-OUplzAe3s1Ux-kcOkvJIXTE4Us-ANuZXF89AD02a6bd/s1600/arrow.png" /> Home</a></li>
                <li><a href="#" class="sub" tabindex="1"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjepRc9KSL8MeXAYuisSueyw9vZSv9p96MyTbRKcQNB9iottpL0el0cg3g4ChVRAUsUqK_ONt_BHqv-Xbx8FDB_elUxzuB9qNvp-OUplzAe3s1Ux-kcOkvJIXTE4Us-ANuZXF89AD02a6bd/s1600/arrow.png" />HTML</a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7urX_iHaPAfJNTbJS5yZ75faErFsUaKoETka8by_qlZhUqPk1p7gtb_xqKak8pANqIxYlwI-g-rvwJdTae6ym49y08jj7z0sBiTZ47TDBCFmzHCGPE4ztijQ9YF2mkNF60DA0lnvJIWoB/s1600/up.gif" alt="" />
                    <ul>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 1</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 2</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 3</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 4</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 5</a></li>
                    </ul>
                </li>
                <li><a href="#" class="sub" tabindex="1"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjepRc9KSL8MeXAYuisSueyw9vZSv9p96MyTbRKcQNB9iottpL0el0cg3g4ChVRAUsUqK_ONt_BHqv-Xbx8FDB_elUxzuB9qNvp-OUplzAe3s1Ux-kcOkvJIXTE4Us-ANuZXF89AD02a6bd/s1600/arrow.png" />jQuery</a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" alt="" />
                    <ul>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 6</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 7</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 8</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 9</a></li>
                        <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyCEwtaAgB-U8lZN1HmZ9Oa-YmBjVtlHjJtXtS2uxtBf_OJYu0u1aKz3Onv3UFjh1JcZas4naT_HR75vr1U8_xwmTsM-jUgdPwX831XjNReXwfzLAsRmtEthpQwJoqG1WBHa_4W5jfs7s/s1600/empty.gif" />Link 10</a></li>
                    </ul>
                </li>
                <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjepRc9KSL8MeXAYuisSueyw9vZSv9p96MyTbRKcQNB9iottpL0el0cg3g4ChVRAUsUqK_ONt_BHqv-Xbx8FDB_elUxzuB9qNvp-OUplzAe3s1Ux-kcOkvJIXTE4Us-ANuZXF89AD02a6bd/s1600/arrow.png" />PHP</a></li>
                <li><a href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjepRc9KSL8MeXAYuisSueyw9vZSv9p96MyTbRKcQNB9iottpL0el0cg3g4ChVRAUsUqK_ONt_BHqv-Xbx8FDB_elUxzuB9qNvp-OUplzAe3s1Ux-kcOkvJIXTE4Us-ANuZXF89AD02a6bd/s1600/arrow.png" />MySQL</a></li>
                <li><a href="http://www.bloggertrix.com/"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjepRc9KSL8MeXAYuisSueyw9vZSv9p96MyTbRKcQNB9iottpL0el0cg3g4ChVRAUsUqK_ONt_BHqv-Xbx8FDB_elUxzuB9qNvp-OUplzAe3s1Ux-kcOkvJIXTE4Us-ANuZXF89AD02a6bd/s1600/arrow.png" />XSLT</a></li>
            </ul>

        </div>
Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...
Read More

Saturday, December 29, 2012

CSS3 3D Style Verticle Menu For Blogger

File Under: , No comments

In this post,  im gonna  explain how  to add  vertical drop down menu for your blog. This  vertical  menu look like 3D style.Check below demo link. you can see the nice drop down style.So you  can  link  with pages or  categories. Im sing  Css3 and   HTML for this tutorial.You can get my all vertical here
CSS3+3D+Style+Verticle+Menu+For+Blogger
Demo

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. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>
D
6. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here bloggertrix.com */
#nav12,#nav ul {
    background-color: #8899AA;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav12 {
    display: block;
    padding: 5px;
    position: relative;
    width: 112px;

    -moz-perspective: 200px;
    -ms-perspective: 200px;
    -webkit-perspective: 200px;
    -o-perspective: 200px;
    perspective: 200px;
}
#nav12 ul {
    left: -9999px;
    opacity:0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: -9999px;

    -moz-transform: rotateY(70deg);
    -ms-transform: rotateY(70deg);
    -o-transform: rotateY(70deg);
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.3s linear, opacity 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear, opacity 0.3s linear;
    -o-transition: -o-transform 0.3s linear, opacity 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}
#nav12 li {
    background-color: #FFFFFF;
    position: relative;
}
#nav12 > li {
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#nav12 li a {
    background-color: #AABBCC;
    border-color: #DDDDDD #555555 #555555 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: block;
    font-size: 15px;
    padding: 8px 10px 8px 5px;
    text-decoration: none;
    width:95px;

    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#nav12 li:hover > a {
    background-color: #8899AA;
    border-color: #8899AA;
    color: #FFFFFF;
}
#nav12 li:hover ul.subs {
    left: 114px;
    opacity:1;
    top: 0;

    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;

    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#nav12 ul li {
    width: 100%;
}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<div class="container">
    <ul id="nav12">
        <li><a href="http://www.bloggertrix.com/">Home</a></li>
        <li><a href="#">Menu 1</a>
            <ul class="subs">
                <li><a href="#">Submenu 1</a></li>
                <li><a href="#">Submenu 2</a></li>
                <li><a href="#">Submenu 3</a></li>
                <li><a href="#">Submenu 4</a></li>
                <li><a href="#">Submenu 5</a></li>
            </ul>
        </li>
        <li><a href="#">Menu 2</a>
            <ul class="subs">
                <li><a href="#">Submenu 2-1</a></li>
                <li><a href="#">Submenu 2-2</a></li>
                <li><a href="#">Submenu 2-3</a></li>
                <li><a href="#">Submenu 2-4</a></li>
                <li><a href="#">Submenu 2-5</a></li>
                <li><a href="#">Submenu 2-6</a></li>
                <li><a href="#">Submenu 2-7</a></li>
                <li><a href="#">Submenu 2-8</a></li>
            </ul>
        </li>
        <li><a href="#">Menu 3</a>
            <ul class="subs">
                <li><a href="#">Submenu 3-1</a></li>
                <li><a href="#">Submenu 3-2</a></li>
                <li><a href="#">Submenu 3-3</a></li>
                <li><a href="#">Submenu 3-4</a></li>
                <li><a href="#">Submenu 3-5</a></li>
            </ul>
        </li>
        <li><a href="#">Menu 4</a></li>
        <li><a href="#">Menu 5</a></li>
        <li><a href="#">Menu 6</a></li>
        <li><a href="http://www.bloggertrix.com/">Add This</a></li>
    </ul>

</div>
Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...
Read More

Thursday, December 27, 2012

Dark Style Css Drop Down Vertical Menu For Blogger

File Under: , , 1 comment

Today im gonna explain how to add add dark style vertical menu with drop down.Its easy to add to your blog. You can link with your post categories.because you can add huge menu list with drop down.I'm using Css and HTML for this tutorial. you can check this vertical menu before add to your blog by blow demo link.You can get my all vertical here

Demo

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. 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 */
#bloggertrix_box_menu{padding:0;margin:0;width:245px;list-style:none outside none}
#bloggertrix_box_menu li{background:#252525;position:relative;border-bottom:1px solid #110f0e;border-top:1px solid #3d3732;}
#bloggertrix_box_menu li ul{position:absolute;padding:0;margin:0;left:245px;top:-1px;display:none;width:160px;list-style:none outside none;z-index:9990;background:#00CC33}
#bloggertrix_box_menu li a{background:url(http://4.bp.blogspot.com/-Z2rx2h9tJd8/UNv6FN_L0II/AAAAAAAAGFQ/ty4e9b5auHQ/s1600/bt-arrow-right-icon.png) no-repeat 5px 10px;display:block;min-height:30px;line-height:30px;margin:0;padding:0 5px 0 25px;text-decoration:none;color:#777;color:#b69786;font-size:14px;border-right:4px solid #35322c;cursor:pointer;transition:all 400ms ease-in-out;-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;-ms-transition:all 400ms ease-in-out}
#bloggertrix_box_menu li a:hover{border-right-color:#665d54;text-decoration:none;color:#ddd;background:#38332d url(http://4.bp.blogspot.com/-Z2rx2h9tJd8/UNv6FN_L0II/AAAAAAAAGFQ/ty4e9b5auHQ/s1600/bt-arrow-right-icon.png) no-repeat 5px 10px;}
#bloggertrix_box_menu li:hover ul, #bloggertrix_box_menu li.over ul{display:block}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<ul id="bloggertrix_box_menu">
    <li><a href="#">Menu List 1</a>
        <ul>
              <li><a href="#">Menu List 1.1</a></li>
              <li><a href="#">Menu List 1.2</a></li>
              <li><a href="#">Menu List 1.3</a></li>
              <li><a href="#">Menu List 1.4</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 2</a>
        <ul>
              <li><a href="#">Menu List 2.1</a></li>
              <li><a href="#">Menu List 2.2</a></li>
              <li><a href="#">Menu List 2.3</a></li>
              <li><a href="#">Menu List 2.4</a></li>
              <li><a href="#">Menu List 2.5</a></li>
              <li><a href="#">Menu List 2.6</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 3</a>
        <ul>
              <li><a href="#">Menu List 3.1</a></li>
              <li><a href="#">Menu List 3.2</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 4</a>
        <ul>
            <li><a href="#">Menu List 4.1</a></li>
              <li><a href="#">Menu List 4.2</a></li>
              <li><a href="#">Menu List 4.3</a></li>
              <li><a href="#">Menu List 4.4</a></li>
              <li><a href="#">Menu List 4.5</a></li>
              <li><a href="#">Menu List 4.6</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 5</a>
          <ul>
            <li><a href="">Menu List 5.1</a></li>
              <li><a href="">Menu List 5.2</a></li>
              <li><a href="">Menu List 5.3</a></li>
              <li><a href="">Menu List 5.4</a></li>
              <li><a href="">Menu List 5.5</a></li>
              <li><a href="">Menu List 5.6</a></li>
              <li><a href="">Menu List 5.7</a></li>
              <li><a href="">Menu List 5.8</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 6</a>
        <ul>
            <li><a href="#">Menu List 6.1</a></li>
              <li><a href="">Menu List 6.2</a></li>
              <li><a href="#">Menu List 6.3</a></li>
              <li><a href="#">Menu List 6.4</a></li>
              <li><a href="#">Menu List 6.5</a></li>
              <li><a href="#">Menu List 6.6</a></li>
              <li><a href="#">Menu List 6.7</a></li>
              <li><a href="#">Menu List 6.8</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 7</a>
        <ul>
            <li><a href="#">Menu List 7.1</a></li>
              <li><a href="#">Menu List 7.2</a></li>
              <li><a href="#">Menu List 7.3</a></li>
              <li><a href="#">Menu List 7.4</a></li>
              <li><a href="#">Menu List 7.5</a></li>
              <li><a href="#">Menu List 7.6</a></li>
              <li><a href="#">Menu List 7.7</a></li>
              <li><a href="#">Menu List 7.8</a></li>
        </ul>
    </li>
    
    <li><a href="#">Menu List 8</a>
             <ul>
            <li><a href="#">Menu List 8.1</a></li>
              <li><a href="#">Menu List 8.2</a></li>
              <li><a href="#">Menu List 8.3</a></li>
              <li><a href="#">Menu List 8.4</a></li>
              <li><a href="#">Menu List 8.5</a></li>
              <li><a href="#">Menu List 8.6</a></li>
        </ul>
    </li>
    
    
</ul>
Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...
Read More

Wednesday, December 12, 2012

Add Dark Style Vertical Menu For Blogger

File Under: , , 2 comments

Today im gonna explain how to add add dark style vertical menu for blogger  for  your  blog. Vertical
menu  also very  important  when  we want to link some pages  on sidebar. Its include  attractive dark
color style.Im using Css and HTML For this menu. This work with all browsers well.You can get my
all vertical here
Dark+Style+Vertical+Menu+For+Blogger


Demo

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. 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 */
.button {
  outline: 0;
  padding: 5px 12px;
  display: block;
  color: #9fa8b0;
  font-weight: bold;
  text-shadow: 1px 1px #1f272b;
  border: 1px solid #1c252b;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #232B30; /* old browsers */
  background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
 }
 .button:hover {
  color: #fff;
  background: #4C5A64; /* old browsers */
  background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
 }
 .button:active {
  background-position: 0 top;
  position: relative;
  top: 1px;
  color: #fff;
  padding: 6px 12px 4px;
  background: #20282D; /* old browsers */
  background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
 }
 
 /* Other stuff: */
 .button-list { list-style: none; padding: 0; margin: 0; width: 100%; float: left; display: block; margin: 0 0 30px; }
 .button-list li { float: left; margin: 0 10px 0 0; }
 .button-list li.search { border-left: 1px solid #273137; padding-left: 18px; margin-left: 10px; position: relative; }
 
 /* Vertical List: */
 .vertical-list {
  list-style: none;
  padding: 10px;
  width: 200px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #20282D; /* old browsers */
  background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
 }
 .vertical-list .button {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #515B62; /* old browsers */
  background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
 }
 .vertical-list .button:hover {
  background: #5F6B72; /* old browsers */
  background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
 }
 .vertical-list .button:active {
  padding: 5px 12px;
  top: 0;
  background: #515B62; /* old browsers */
  background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */  -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
}
 .vertical-list li { margin: 0 0 5px; }
 .vertical-list li:last-child { margin: 0; }

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<ul class="vertical-list">
        <li><a href='#' class='button'">Home</a></li>
        <li><a href='#' class='button'">Our Studio</a></li>
        <li><a href='#' class='button'">Portfolio</a></li>
        <li><a href='#' class='button'">Our Team</a></li>
        <li><a href='#' class='button';">About US</a></li>
</ul>
Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...
Read More