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

Saturday, 4 August 2012

How To Add Blogger Vertical Stylish Css3 Side Menubar

1. Log in to blogger  Design > Edit HTML.

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

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

#hor {
list-style:none;
padding:0;
margin:0;}
#hor li {
float:left;
padding:5px;}
#hor a {
display:block;
height: 12px;
text-indent:-999em;}
#hor a.home {
width:46px;
background:url(vHome.gif) no-repeat 0 0;}
#hor a.download {
width:94px;
background:url(vDownload.gif) no-repeat 0 0;}
#hor a.contact {
width:74px;
background:url(vContact.gif) no-repeat 0 0;}
/* CSS Style for Vertical Menu */

#ver {
list-style:none;
padding:0;
margin:0;
}
#ver li {
padding:2px;}

#ver li a {
display:block;
height:12px;
text-indent:-999em;
}
#ver a.home {
width:47px;
background:url(hHome.gif) no-repeat 0 0;
}

#ver a.download {
width:95px;
background:url(hDownload.gif) no-repeat 0 0;
}

#ver a.contact {
width:74px;
background:url(hContact.gif) no-repeat 0 0;
}


.clear {
clear:both;
}


*{
/* A universal CSS reset */
margin:0;
padding:0;
}


#navigationMenu body{
font-size:14px;
color:#666;
background:#111 no-repeat;


/* CSS3 Radial Gradients */
background-image:-moz-radial-gradient(center -100px 45deg, circle farthest-corner, #444 150px, #111 300px);
background-image:-webkit-gradient(radial, 50% 0, 150, 50% 0, 300, from(#444), to(#111));

font-family:Arial, Helvetica, sans-serif;
}

#navigationMenu li{
list-style:none;
height:39px;
padding:2px;
width:40px;
}

#navigationMenu span{
/* Container properties */
width:0;
left:38px;
padding:0;
position:absolute;
overflow:hidden;

/* Text properties */
font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
letter-spacing:0.6px;
white-space:nowrap;
line-height:39px;

/* CSS3 Transition: */
-webkit-transition: 0.25s;

/* Future proofing (these do not work yet): */
-moz-transition: 0.25s;
transition: 0.25s;
}

#navigationMenu a{
background:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgs8xSdtwq6v_1spE1pk71JG6XlJ-_lkNBeDhKrpyR5HlpdR2gOsEy6-I_J5U26c6RboLprPSzlUmo9-AozsCqK9Q51wa4m0ZYGsF6feK-ya-HPX2tlKLYwSs-ihbdbRsuj0c5LnV-BxZY/s1600/navigation.jpg') no-repeat;

height:39px;
width:38px;
display:block;
position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
text-decoration:none;

/* CSS outer glow with the box-shadow property */
-moz-box-shadow:0 0 5px #9ddff5;
-webkit-box-shadow:0 0 5px #9ddff5;
box-shadow:0 0 5px #9ddff5;
}

/* Green Button */

#navigationMenu .home { background-position:0 0;}
#navigationMenu .home:hover { background-position:0 -39px;}
#navigationMenu .home span{
background-color:#7da315;
color:#3d4f0c;
text-shadow:1px 1px 0 #99bf31;
}

/* Blue Button */

#navigationMenu .about { background-position:-38px 0;}
#navigationMenu .about:hover { background-position:-38px -39px;}
#navigationMenu .about span{
background-color:#1e8bb4;
color:#223a44;
text-shadow:1px 1px 0 #44a8d0;
}

/* Orange Button */

#navigationMenu .services { background-position:-76px 0;}
#navigationMenu .services:hover { background-position:-76px -39px;}
#navigationMenu .services span{
background-color:#c86c1f;
color:#5a3517;
text-shadow:1px 1px 0 #d28344;
}

/* Yellow Button */

#navigationMenu .portfolio { background-position:-114px 0;}
#navigationMenu .portfolio:hover{ background-position:-114px -39px;}
#navigationMenu .portfolio span{
background-color:#d0a525;
color:#604e18;
text-shadow:1px 1px 0 #d8b54b;
}

/* Purple Button */

#navigationMenu .contact { background-position:-152px 0;}
#navigationMenu .contact:hover { background-position:-152px -39px;}
#navigationMenu .contact span{
background-color:#af1e83;
color:#460f35;
text-shadow:1px 1px 0 #d244a6;
}

4. Now Go to DesignPage Element.

5.Click Add Gadget and select 'HTML/Javascript

6. Paste below code.

<div style='position: fixed; top: 40%; left: 0%;'/>
<ul id="navigationMenu">
<li>
<a class="Home" href="http://blogdigit.blogspot.com/">
<span>Home</span>
</a>
</li>
<li>
<a class="about" href="http://blogdigit.blogspot.com/">
<span>About Us</span>
</a>
</li>
<li>
<a class="categories" href="http://blogdigit.blogspot.com/">
<span>Categories</span>
</a>
</li>
<li>
<a class="services" href="http://blogdigit.blogspot.com/">
<span>Disclaimer</span>
</a>
</li>
<li>
<a class="contact" href="http://blogdigit.blogspot.com/">
<span>Contact</span>
</a>
</li>
</ul>
</div>

Replace http://blogdigit.blogspot.com/ with your Links

7. Now save your HTML/Javascript'.

Wednesday, 18 July 2012

How To Add Cool Vertical Jquery Slide Menubar To Blogger

Vertical bar is also really helpful, when
we need to keep some link on side bar.
So, this vertical bar include nice hover
style like dancing style.Earlier i posted
about How To Add Cool Vertical Drop
Down Menu For Blogger
. Its also include
nice style with drop down.You can follow
this easy steps to add it to your blog.

Vertical+Jquery+Slide+Menubar

DEMO

1. Log in to blogger  Design > Edit HTML.

2. Find this tag by using Ctrl+F   </head>

3. Paste below code Before </head> tag

<script src='http://bloggtrix.googlecode.com/files/jquery.js' type='text/javascript'/><script src='http://bloggtrix.googlecode.com/files/sliding_effect.js' type='text/javascript'/>
<style>
ul#sliding-navigation li.sliding-element h3{color: #none;background:url() repeat-y;font-weight: normal;}
#hide {position:absolute;top:30px;left:-190px;}
ul#sliding-navigation{background:url();list-style: none;font-size: 14px;margin: 30px 0;}
ul#sliding-navigation li.sliding-element h3,ul#sliding-navigation li.sliding-element a{display: block;width: 150px;padding: 5px 2px;margin-top:-7px;margin-left:10px;margin-bottom: -2px;}
ul#sliding-navigation li.sliding-element h3{color: #fff;background: #none;border: 1px solid #1a1a1a;font-weight: normal;}
ul#sliding-navigation li.sliding-element a{color: #999;background: #none;border: 0px solid #1a1a1a;text-decoration: none;padding:6px 0 6px 12px;margin:0;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhe_KaumCao0Kt9CxjNVvgROGz6ZccYTc5LaRxzrLsgZX2NLx1UCvrPHeJmj7OIhR8IPcP1tqdtaQ3crjmN1Loq1576rAsRlMAxXiDhBK23QWrcZAW-ntIO0E8RvDiRFUgwMc4PdPdv2Ac/s1600/widget-list.png) left 11px no-repeat;border-bottom:1px solid #e6f2fa;}}
ul#sliding-navigation li.sliding-element a:hover { color: #000000; }
</style>

4. Now Go to DesignPage Element.

5.Click Add Gadget and select 'HTML/Javascript

6. Paste below code.

<ul id="sliding-navigation"><center><h2>
Navigation Title</h2>
</center>
<li class="sliding-element"></li>
<li class="sliding-element"><a href="#">Link 1</a></li>
<li class="sliding-element"><a href="#">Link 2</a></li>
<li class="sliding-element"><a href="#">Link 3</a></li>
<li class="sliding-element"><a href="#">Link 4</a></li>
<li class="sliding-element"><a href="http://www.bloggertrix.com/">Get This</a></li>
</ul>

Replace # with your Links
Replace Links name with your any name.

7. Now save your HTML/Javascript'.

    You are done...

Thursday, 12 July 2012

Vertical Social Floating Bar With Pinterest For Blogger

This is also cool gadget for your blog.This vertical
floating gadget show in every page in your blog.
There have lot of vertical floating gadget, but in
this gadget, i include with Printrest social network
sharing button. So, this will helps to pin your post
Earlier i posted about same floating menu with
different style, check it from here. How To Add
Vertical Floating Social Sharing Bar To Blogger.

Hope both are helpful to you. Follow these steps
to add it to your blog.

Floating-Bar-With-Pinterest
1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Put checked marked in Expand Widget Templates

3. Find this code by using Ctrl+F    <b:includable id='post' var='post'>

4. Paste below code, After <b:includable id='post' var='post'>  code
<style type='text/css'>
#Bloggertrix-share {position:fixed; bottom:15%; right:10px; float:left; border: 1px solid black; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#eff3fa;padding:0 0 2px 0;z-index:10;}
</style>
<div id='Bloggertrix-share' title='Share with your friends'>
<script type='text/javascript'>var switchTo5x=true;</script>
<script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/>
<script type='text/javascript'>stLight.options({onhover:false});</script>
<div style='margin:10px 0 0px 6px;'>
<span class='st_fblike_vcount' displaytext=''/>
</div>
<span class='st_twitter_vcount' displaytext='' st_via='bloggertrix'/>
<div style='margin:10px 0 0px 0;'>
<center><a class='pin-it-button' count-layout='vertical' expr:href='&quot;http://pinterest.com/pin/create/button/?url=&quot; + data:post.url'>Pin It</a>
<a href='javascript:void(run_pinmarklet())' style='margin-left:-46px; width:43px; height:20px; display:inline-block;'/>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<script type='text/javascript'>
function run_pinmarklet() {
var e=document.createElement(&#39;script&#39;);
e.setAttribute(&#39;type&#39;,&#39;text/javascript&#39;);
e.setAttribute(&#39;charset&#39;,&#39;UTF-8&#39;);
e.setAttribute(&#39;src&#39;,&#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#39; + Math.random()*99999999);
document.body.appendChild(e);}
</script> </center>
</div>
<div style='margin:0px 0 0 5px;'>
<span class='st_plusone_vcount' displaytext=''/>
<div class='addthis_toolbox addthis_default_style ' style='margin:5px 0px -2px 4px;'>
<a class='addthis_counter'/>
</div>
<script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'/>
<script type='text/javascript'>
var addthis_config = {
ui_cobrand: &quot;Bloggertrix&quot;,
ui_header_color: &quot;#ffffff&quot;,
ui_header_background: &quot;#0080FF&quot;}
</script>
</div>
<br/>
<div style='clear: both;font-size: 8px;text-align:center;'><a href='http://www.bloggertrix.com/2012/07/vertical-social-floating-bar-with.html' style='text-decoration: none;' target='_blank'><font color='#816D77' decoration='none'>Get widget</font></a></div><!-- Do not remove this link -->
</div>
5. Now click Save Template.
   Cheers you are done.

Wednesday, 11 July 2012

How To Add Cool Vertical Drop Down Menu For Blogger

Horizontal bar is most important part of blogger.
But, vertical bar also really helpful when we need
to add some menu link on side bar.So, in this
tutorial im going to explain, how to add drop down
clever bar to blogger.Earlier i posted about more
vertical bars with different styles.
Vertical bar Style 1
Vertical bar Style 2
Vertical bar Style 3
Vertical bar Style 4
Vertical bar Style 5
You can follow this easy steps to add it to
your blog.

Vertical-drop-down-menu



1. Log in to blogger  Design > Page Element.

2. Click Add Gadget and select 'HTML/Javascript

3.Paste below code.

<style>
/*By Bloggertrix ========= */
.ddsmoothmenu-v ul {
margin: 0;
padding: 0;
width: 250px;
/* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
border-bottom: 0px solid #ccc;}
.ddsmoothmenu-v ul li {
position: relative;}
.downarrowclass {
position: absolute;
top: 12px;
right: 7px;}
.rightarrowclass {
position: absolute;
top: 10px;
right: 5px;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a {
display: block;
overflow: auto;
/*force hasLayout in IE7 */
height: 32px;
color: white;
text-decoration: none;
padding: 5px 5px 5px 25px;
border-bottom: 0px solid #778;
border-right: 0px solid #778;}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
color: white;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmgytwzissquCkn-375EeLRpFCVPd12wtqqlBg0gVgD8GVh7LOLR42rAaPRXh7Ed-I68pULBgOcGTbBRcfz9rTlNS7YGwfA6gNbtirbreMfG8YknXn_RXXBCa8vCaHmgZSL0l8IhbUPXQ/s1600/tab_bg.gif);
height: 22px;
background-repeat: repeat-x;
background-position: left center;
margin-bottom: 1px;}
.ddsmoothmenu-v ul li a.selected {
/*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFr4TD8B3h-27pYNaT2H_Hmo3OVUTt99HYr-ymoWeON15o6lqRpbYbldw-DxAOjvwBBkix3WzHk2bTcQuG4mmkkC9lw8Pq_oFwbozZry1d3fC9Z_j7JpIHY04_QpAQPtYO57RprbXlhr4/s1600/tabhover_bg.gif);
height: 22px;
background-repeat: repeat-x;
background-position: left center;}
.ddsmoothmenu-v ul li a:hover {
color: white;
background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFr4TD8B3h-27pYNaT2H_Hmo3OVUTt99HYr-ymoWeON15o6lqRpbYbldw-DxAOjvwBBkix3WzHk2bTcQuG4mmkkC9lw8Pq_oFwbozZry1d3fC9Z_j7JpIHY04_QpAQPtYO57RprbXlhr4/s1600/tabhover_bg.gif);
height: 22px;
background-repeat: repeat-x;
background-position: left center;
} /*Sub level menu items */
.ddsmoothmenu-v ul li ul {
position: absolute;
width: 170px;
/*Sub Menu Items width */
height: 22px;
top: 0;
font-weight: normal;
visibility: hidden;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li {
float: left;
height: 1%;
}* html .ddsmoothmenu-v ul li a {
height: 1%;
}
/*======= Vertical Drop Down Menu By Helper Blogger ========= */
</style>
<script src="http://bloggertrix.googlecode.com/files/jquery.js" type="text/javascript">
</script>
<script src="http://bloggertrix.googlecode.com/files/menubar.js" type="text/javascript">
</script>
<script type="text/javascript">
})
</script>
<script type="text/javascript">
ddsmoothmenu.init({

mainmenuid: "smoothmenu2",
//Menu DIV id
orientation: 'v',
//Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu-v',
//class added to menu's outer DIV

//customtheme: ["#804000", "#482400"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
</script>
<div class="ddsmoothmenu-v" id="smoothmenu2">
<ul>
<li>
<a href="http://www.bloggertrix.com/">Home</a>
</li>
<li>
<a href="#">Download</a>
<ul>
<li>
<a href="#">Sub Item 1.1</a>
</li>
<li>
<a href="#">Sub Item 1.2</a>
</li>
</ul>
</li>
<li>
<a href="#">Cart</a>
<ul>
<li>
<a href="#">Sub Item 1.1</a>
</li>
<li>
<a href="#">Sub Item 1.2</a>
</li>
</ul>
</li>
<li>
<a href="#">Item 3</a>
</li>
<li>
<a href="#">About</a>
<ul>
<li>
<a href="#">Sub Item 2.1</a>
</li>
</ul>
</li>
<li>
<a href="http://www.bloggertrix.com/">Add This</a>
</li>
</ul></div>

Replace # with your Links
Replace Links name with your any name.

4. Now save your HTML/Javascript'.

    You are done...

Sunday, 24 June 2012

How To Add Vertical Floating Social Sharing Bar To Blogger

Social Bookmarking helps you to get quick traffic to
your blog.So, you have to keep social bookmark
gadget, where the visitors can get it quickly.SO, they
will force to share it.This gadget is vertical bar. it will
appear on side of your blog.it work with every pages
with home page.Earlier I designed another floating
share buttons to blogger
Follow these steps to add it
to your blog.
Vetical Floating  Social Sharing Bar
1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Find this tag by using Ctrl+F    </head>

3. Paste below code Before </head> tag
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>

4. Find this tag by using Ctrl+F   </body>  

5. Paste below code before </body> code
<script>
var options={ "publisher": "ur-449c40c9-a162-33c2-af86-4ab2d3534cb", "position": "left", "ad": { "visible": false, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "twitter", "delicious", "email", "sharethis"]}};
var st_hover_widget = new sharethis.widgets.hoverbuttons(options);
</script>
8. Now click Save Template.
   Cheers you are done.