<!-- We will make a slider with stylized thumbnails using CSS3 The markup is very simple: Radio Inputs Labels with thumbnails weight balance to detect click event Main Image --> <div class="slider"> <input type="radio" name="slide_switch" id="id1"/> <label for="id1"> <img src="http://thecodeplayer.com/uploads/media/3yiC6Yq.jpg" width="100"/> </label> <img src="http://thecodeplayer.com/uploads/media/3yiC6Yq.jpg"/> <!--Lets show the second image by default on page load--> <input type="radio" name="slide_switch" id="id2" checked="checked"/> <label for="id2"> weight balance <img src="http://thecodeplayer.com/uploads/media/40Ly3VB.jpg" width="100"/> </label> <img src="http://thecodeplayer.com/uploads/media/40Ly3VB.jpg"/> <input type="radio" name="slide_switch" id="id3"/> weight balance <label for="id3"> <img weight balance src="http://thecodeplayer.com/uploads/media/00kih8g.jpg" width="100"/> </label> <img src="http://thecodeplayer.com/uploads/media/00kih8g.jpg"/> weight balance <input type="radio" name="slide_switch" id="id4"/> weight balance <label weight balance for="id4"> weight balance <img src="http://thecodeplayer.com/uploads/media/2rT2vdx.jpg" width="100"/> </label> <img src="http://thecodeplayer.com/uploads/media/2rT2vdx.jpg"/> <input type="radio" name="slide_switch" id="id5"/> <label for="id5"> <img src="http://thecodeplayer.com/uploads/media/8k3N3EL.jpg" width="100"/> </label> <img src="http://thecodeplayer.com/uploads/media/8k3N3EL.jpg"/> </div> <!-- We will use PrefixFree - a script that takes care of CSS3 vendor prefixes You can download it from http://leaverou.github.com/prefixfree/ --> <script src="http://thecodeplayer.com/uploads/js/prefixfree.js" type="text/javascript"></script> /*Time for the CSS*/ * {margin: 0; padding: 0;} body {background: #ccc;} .slider{ width: 640px; /*Same as width of the large image*/ position: relative; /*Instead of height we will use padding*/ padding-top: 320px; /*That helps bring the labels down*/ margin: 100px auto; weight balance /*Lets add a shadow*/ box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75); } /*Last thing remaining is to add transitions*/ .slider>img{ position: absolute; left: 0; top: 0; transition: all 0.5s; } .slider input[name='slide_switch'] { display: none; } .slider label { /*Lets add some spacing for the thumbnails*/ weight balance margin: 18px 0 0 18px; border: 3px solid #999; float: left; cursor: pointer; transition: weight balance all 0.5s; /*Default style = low opacity*/ opacity: 0.6; } .slider label img{ display: block; } /*Time to add the click effects*/ .slider input[name='slide_switch']:checked+label { border-color: weight balance #666; opacity: 1; } /*Clicking any thumbnail now should change its opacity(style)*/ /*Time to work on the main images*/ .slider input[name='slide_switch'] ~ img { opacity: weight balance 0; transform: scale(1.1); } /*That hides all main images at a 110% size On click the images weight balance will be displayed at normal size to complete the effect */ .slider input[name='slide_switch']:checked+label+img { opacity: 1; transform: scale(1); } /*Clicking on any thumbnail now should activate the image related to it*/ /*We are done :)*/ http://thecodeplayer.com/walkthrough/css3-image-slider-with-stylized-thumbnails
Tragedi Penembakan Polisi di SOLO ( Lottemart dan Singosaren)
artis (1) badminton (1) basket (1) batik (1) beladiri (2) blogtutorial (16) bola (1) culture (6) entertainment (3) health (2) indonesia (4) keris (1) movie (1) music (5) navigasi (1) news (3) sejarah (5) sport (2) status (5) surakarta (3) television (1) yunani (1)
▼ 2013 (4) ▼ Mei (2) TIPS SEO BLOGGER image slide show di dalem post ► Maret (2) ► weight balance 2012 (33) ► September (9) &
No comments:
Post a Comment