Thursday, September 13, 2012

AllBlogTools.com | Blogger Templates and Tricks

AllBlogTools.com | Blogger Templates and Tricks

Link to Blogger Templates, Tutorials, Tools | WordPress Themes | Allblogtools.com

Smooth Sliding Image Caption With CSS3

Posted: 12 Sep 2012 08:25 PM PDT


This image has no alt text

Check out this pretty neat new design of an image caption from Bhavesh Pamecha! It's a caption that slides out at the bottom of the image only when the user moves his mouse cursor over anywhere near a small question mark located at the bottom of the image, this is to minimize distraction, explains Pamecha.

View Demo

So far, the effect works without a problem with the latest version of Chrome, FireFox, and Opera but not with Internet Explorer.  It hasn't been tested on Safari yet.

So how do you install it to your blog? Follow the steps below.

  • In your dashboard, under the Design page, go to Template and click on "Edit HTML" then "Proceed".
  • Click to check the "Expand Widget Templates" box.
  • Using Ctrl+F, look for ]]</b:skin>
  • Copy and then paste the follow code below before it:
.capblock {   display: block;   position: relative;   overflow: hidden;   margin: 0 20px 20px 0;  }    .capblock a {   color: #fff;   text-decoration: none;  }    .capblock a:hover {   color: #ccc;   text-decoration: none;  }    .tbicap {   position: absolute;   color: #fff;   text-decoration: none;   background: #000;   background: rgba(0,0,0,0.75);   padding: 10px 10px;   bottom: 5px;   left: -10%;   max-width: 400px;   overflow: hidden;   opacity: 0;   -webkit-transition: all 0.6s ease;   -moz-transition: all 0.6s ease;   -ms-transition: all 0.6s ease;   -o-transition: all 0.6s ease;   -webkit-border-radius: 0px 5px 0px 0px;   border-radius: 0px 5px 0px 0px;  }    .tbicap:hover {   left: 0;   opacity: 1;  }    .capblock:before {   content: "?";   position: absolute;   font-weight: 800;   background: #000;   background: rgba(255,255,255,0.75);   text-shadow: 0 0 5px #fff;   color: #000;   width: 24px;   height: 24px;   bottom: 10px;   left: 10px;   -webkit-border-radius: 12px;   -moz-border-radius: 12px;   border-radius: 12px;   text-align: center;   font-size: 14px;   line-height: 24px;   -moz-transition: all 0.6s ease;   opacity: 0.75;  }    .capblock:hover:before {   opacity: 0;  

NOTE: If the caption's not displaying properly, try adjusting bottom: 5px; and if you're using larger images then adjust max-width: 400px;

  • Save the template.

To use the new sliding caption on an image in your post, just make sure that you're in HTML mode as you enclose your image inside tags with the proper attributes as shown in the example below:

<div>  <a href="IMAGE LINK HERE" target="_blank"><img alt="" src="IMAGE URL HERE"/></a>  <div>  <span><a href="POST LINK HERE">CAPTION HERE</a></span></div>  </div>

Remember to replace all the necessary values with that of your own. Also, you can remove the <a href=”POST LINK HERE“> and </a> if you just want the caption without the link to render it unclickable.

Hope you guys enjoy this featured Blogger trick of the day. Cheers!

Adding Slant Images Effect

Posted: 12 Sep 2012 08:02 PM PDT


This image has no alt text

Here's one tutorial that could be useful in making your site look good, from GoodinBlogging via Saikiran Reddy Sama's post and I'm going to share it to you. The tutorial is how you can add a slant image effect in your Blogger site. The slanting effect happens when you hover the image then the image will zoom and slant.

Below are simple steps to follow:

  • Go to Blogger Dashboard > Template > Edit HTML > Proceed
  • Search for this code: ]]></b:skin>
  • Copy below script and paste above ]]></b:skin>
FBT-slant:hover{-moz-transform:rotate(22.5deg) scale(1.20);-webkit-transform:rotate(22.5deg) scale(1.20);}
  • Save.

Note: Have a backup of your template before making any changes.

FinanceWeek

Posted: 12 Sep 2012 02:01 PM PDT


This image has no alt text

Note: There is a file embedded within this post, please visit this post to download the file.

  • Free Blogger template.
  • 2 Column, right sidebar, Header Banner, Free Premium.
  • Fixed width, Magazine, Slide Show, social icons, WordPress Look.
  • Johny Kena Banned is a free Blogger Template for magazine blogs.

FinanceWeek

Posted: 12 Sep 2012 01:59 PM PDT


This image has no alt text

Note: There is a file embedded within this post, please visit this post to download the file.

  • Business WordPress theme.
  • 2column, right sidebar, 3 Column Footer, 125×125 banners ready.
  • Fixed width, Slide Show, Gravatar on Comments, bnlue.
  • compatible with : IE, FF, Safari, Chrome, Opera.
  • FinanceWeek is a free WordPress theme for business blogs.

0 comments:

Post a Comment