/*---TechnoZodiac.com Like To Enter Advance Traffic POP ---*/
div.cap {
display: block;
height: 100px;
width: 40px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxkP2-deJapIfLh18tnTCViRiKpowm39hagYlqMxqmUk_NMbPYvl92XKu_ZR0Y2p1O6-y1HC5iL8F_7L426zP7rIAIUUFDh2e7dLQu5j3g9Qrsz64hOD5q2zo8moSayGsUU6_DdtjM7ok/s1600/dock-background-left.png)bottom left no-repeat; }
div.cap.left {
position: absolute;
bottom: 0px;
left: 0px; }
div.cap.right {
background-position: right bottom;
position: absolute;
top: 0px;
right: 0px; }
ul.mbl-dock {
display: inline-block;
height: 130px;
padding: 0 40px 0 0;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxkP2-deJapIfLh18tnTCViRiKpowm39hagYlqMxqmUk_NMbPYvl92XKu_ZR0Y2p1O6-y1HC5iL8F_7L426zP7rIAIUUFDh2e7dLQu5j3g9Qrsz64hOD5q2zo8moSayGsUU6_DdtjM7ok/s1600/dock-background-left.png) no-repeat right bottom;
overflow: hidden;
margin: 0 0 0 40px; }
ul.mbl-dock li {
display: block;
position: relative;
float: left;
width: 50px;
height: 50px;
margin: 60px 0 4px 0;
-webkit-transition: 0.15s linear;
-webkit-transition-property: -webkit-transform margin;
text-align: center; }
ul.mbl-dock li a {
display: block;
height: 50px;
padding: 0 1px;
-webkit-transition: 0.15s linear;
-webkit-transition-property: -webkit-transform margin;
margin: 0;
-webkit-box-reflect: below 2px
-webkit-gradient(linear, left top, left bottom, from(transparent),
color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));}
ul.mbl-dock li a img { width: 48px; }
ul.mbl-dock li:hover {
margin-left: 9px; margin-right: 9px;}
ul.mbl-dock li:hover a {
-webkit-transform-origin: center bottom;
-webkit-transform: scale(1.5);}
ul.mbl-dock li.nearby {
margin-left: 6px; margin-right: 6px;
z-index: 100;}
ul.mbl-dock li.nearby a {
-webkit-transform-origin: center bottom;
-webkit-transform: scale(1.25);}
ul.mbl-dock li span {
background:#fff;
position: absolute;
bottom: 80px; margin: 0 auto;
display: none;
width: auto;
font-family:arial;
font-size: 11px;
font-weight: bold;
padding: 3px 6px;
-webkit-border-radius: 6px;
color: #000; }
ul.mbl-dock li:hover span { display: block; }
div#mbldockwraps {
position: fixed;
bottom: 12px;
height: 120px;
padding: 50px 0 0;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
width: 100%;
line-height: 1; z-index: 100; }
div#macWrap {
width: auto;
display: inline-block;
position: relative;
border-bottom: solid 2px rgba(255,255,255,.35);
line-height: 0; }
// Place all Javascript code here
$(document).ready(function(){
$("a[rel=tipsy]").tipsy({fade: false, gravity: "s"});
$("ul.mbl-dock li").each(function (type) {
$(this).hover(function () {
$(this).prev("li").addClass("nearby");
$(this).next("li").addClass("nearby");
},
function () {
$(this).prev("li").removeClass("nearby");
$(this).next("li").removeClass("nearby");
});
});
});
- Now last but not the least search for
0 comments:
Post a Comment