Pages

Thursday, April 19, 2012

Let's Make Your Link Get Drifting

Many ways to make your blog unique. Hard way and easy way. Now, I think what we will try is the easy one.

We will try to make an active link drift.
Drift? How could that be possible? Just point your mouse to the active link below:


djdrift

Still need dictionary? I call it drifting link. Well, if you have a better one, spell it out.

This is the code that I use to make it drifting. Off course, you can customize it as you like.

<style type="text/css">
.djdrift{-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
.djdrift:hover{margin-left:30px;padding-left:10px;}
</style>
<a class="djdrift" href="http://bloggertipstrickstoolsnseo.blogspot.com/">djdrift</a>

Now, just try it.

No comments:

Post a Comment

Archives