Blogspot Vision
A site for Blogger publishers.
Sunday, February 27, 2011
CSS3 Vertical Sliding Photo Info for Blogger
CSS Code Snippet
This section code should be inserted before the closing head tag.
<style type='text/css'> /* ================================================================ This copyright notice must be untouched at all times. Copyright (c) 2005-2010 stu nicholls - cssplay.co.uk All rights reserved. BLOGGERIZED BY BLOGSPOTVISION.COM =================================================================== */ .wrap a {display:block; width:220px; height:330px; text-decoration:none; color:#000;} .wrap {width:220px; height:330px; position:relative; overflow:hidden; font-family:arial, sans-serif; border:0; margin:0 10px; float:left; display:inline;} .wrap img {border:0;} .wrap i {display:block; width:220px; height:330px; position:absolute; left:0; top:300px; z-index:1; background:#000; filter: alpha(opacity=40); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); opacity:0.40; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; } .wrap p {display:block; width:220px; height:330px; position:absolute; left:0; top:300px; z-index:1; background:transparent; font-size:12px; color:#fff; padding:0; margin:0; line-height:16px; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; } .wrap p b {display:block; font-size:22px; color:#fc0; text-align:center; margin:0; padding:0; line-height:30px;} .wrap p span {display:block; padding:10px; line-height:20px;} .wrap a:hover {direction:ltr;} .wrap a:hover i {top:0;} .wrap a:hover p {top:0;} .clear {clear:left;} </style>
HTML Code Snippet
This section code should be inserted where you want the output to appear.
<div class="wrap"> <a href="#x"> <img src='http://www.blogspotvision.info/css/photo-info/frog.jpg' alt='' /> <i></i> <p> <b>Red Eye Frog</b> <span>Red-eyed tree frogs, as their name states, have bold red eyes with vertically narrowed pupils, a vibrant green body with yellow and blue striped sides, and orange toes. There is a great deal of regional variation in flank and thigh coloration.<br /><br /> Although it has been suggested that A. callidryas' bright colors function as aposematic or sexual signals, neither of these hypotheses have been confirmed.</span> </p> </a> </div> <!-- end wrap --> <div class="wrap"> <a href="#x"> <img src='http://www.blogspotvision.info/css/photo-info/emperor.jpg' alt='' /> <i></i> <p> <b>Emperor Penguin</b> <span>The Emperor Penguin (Aptenodytes forsteri) is the tallest and heaviest of all living penguin species and is endemic to Antarctica.<br /><br /> The male and female are similar in plumage and size, reaching 122 cm (48 in) in height and weighing anywhere from 22.37 kg (48.82 lb). The dorsal parts are black and sharply delineated from the white belly, pale-yellow breast and bright-yellow ear patches. </span> </p> </a> </div> <!-- end wrap --> <div class="wrap"> <a href="#x"> <img src='http://www.blogspotvision.info/css/photo-info/pelican.jpg' alt='' /> <i></i> <p> <b>Pelicans</b> <span>A pelican is a large water bird with a distinctive pouch under the beak, belonging to the bird family Pelecanidae.<br /><br /> Along with the darters, cormorants, gannets, boobies, frigatebirds, and tropicbirds, pelicans make up the order Pelecaniformes. Modern pelicans are found on all continents except Antarctica. </span> </p> </a> </div> <!-- end wrap --> <br class="clear" />
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment