<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/1195380423280070799?origin\x3dhttp://view-iheartit-tutorials.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
So , what you wanna do ?
Muse
Specs
Way Out
Credits
+ follow Dashboard
Image Hover (:
Friday, March 16, 20127:38 PM

Okay ppl , tutorials time ! (:

Im gonna teach you how to put image hover or change the

code of your image hover (:

1.) Click template , and search for </style> .

(Or perhaps you already had the code , starting with - img{ - , replace

your code with this (: )

2.) The codie ! :D

img { 
filter: alpha(opacity=70); 
opacity: .6; 
-webkit-transition: 0.4s; 
}

img:hover { 
filter: alpha(opacity=100); 
opacity: 2; 
} 

3.) Copy the code above and paste it BEFORE the </style> .

Preview and save it (: .
Does it works ? If yeah , do credit me yeah ! (:
Doesn't works ? Your problem . XD Hahahha , jkjk ..
If it doesn't works then kindly leave a note or a comment in my
SUPER CUTE chatbox yeah ? (:

-End-

Labels: