I am Cupcakes. 11. An Ordinary crazy girl (LOL)
blah blah! What can I put again here? LOL. An Indonesian girl :D So what?!

" 9 girls with difference race and different family now comes together and being SNSD " - SONE all over the world

Others?
TutoBies List
Twitter
Tumblr
Ask.fm

Template by Miichiko.
Sidebar coding from Jung??.
Image Hover with Navi -Like Me-
July 5, 2013 | 4 comments

Hello :) Well, I wanna speak english now.. Because, Sasha is requested and I think she can't speak Indonesian. Actually Vladi is request first. But, I sent the tutorial in e-mail and sent it to Vladi. So, can we listen the tutorial. This tutorial maybe make your head spinning *LOL* but I think, you can do it ^^ so, check it out! Before it, please look the preview first ^^


Look cool isn't it? :p Oh! One more! DO NOT RE-TUTOR OR RE-POST !!! I don't like that! Comment if you wanna do this! Check the tutor okay! THIS TUTOR IT'S ONLY FOR BLOGSKINS! OTHER TEMPLATES I DON'T KNOW IT WORKS OR NOT

1. Dashboard > Template 
2. Press CTRL + F and search </style> code. For Mac, CMD + F
3. Copy the code below 

/*I THINK YOU DON'T HAVE TO TOUCH THIS THING. EXCEPT THE COLOUR FOR TITLE*/
.view {
   width: 226px;
   height: 300px;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: url(http://i.imgur.com/x9x1x.png), auto;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
   }
.view .mask,.view .content {
   width: 226px;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   }
.view img {
   display: block;
   position: relative;
   }
.view h2 {
   text-transform: uppercase;
   color: TITLE TEXTS COLOUR;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 40px 0 0 0;
   }
.view p {
   font-family: 'Lora', Georgia, serif;
   font-style: italic;
   font-size: 11px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
   }
.view a.info {
   font-family: trebuchet MS;
   font-size:11px;
   display: inline-block;
   text-decoration: none;
   padding: 3px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   filter: alpha(opacity=0.60);
   opacity: 0.6;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   }
.view a.info: hover {
   background: #323232;
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   }
.view-eighth .mask {
   background-color: rgba(255, 255, 255, 0.7);
   top: -200px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
   }
.view-eighth h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
   }
.view-eighth p {
   color: #333;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
   }
.view-eighth a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
}
.view-eighth:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
   background: #fff
   }
.view-eighth:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
   }
.view-eighth:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   }

4. I think you don't have to edit the code. But, It's up to you. If you can edit that code and change it with yours, just edit it^^
5. Done with the code? Paste it before </style> code
6. Copy the code below

<div style="margin-right:-19px;">
<div class="view view-eighth">
<img src="YOUR IMAGE URL" style="background: transparemt; border: 2px solid #eeeeee; float: CHANGE IT WITH LEFT OR RIGHT; margin-right: 5px; margin-bottom: 8px;width:220px;height:300px;" />
<div class="mask"><br>
 <h2>YOUR TITLE HERE</h2>
<br>
CONTENT HERE. PUT ANYTHING LIKE C-BOX NAVI STATUS , ETC
</span></div></div>
</div>

7. Paste the code at place you want.
8. Preview and save

It's little bit dizzy but KEEP TRYING!! Hehe :D

Labels:


FUTURE
PAST




Profile affies faq follow entry