<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>Title</title>
<style>
*{margin:0; padding:0;}
. box{width:300px;margin:100px Auto; position:relative; border:1px solid #ccc;}
. wp{Position:absolute; top:60px; left:20px; font-weight:bold; " > #336699; Color: #fff; width:50px; Z-index:6}
label{display:block; line-height:40px; border-bottom:1px dashed #ffffff; Text-align:center}
. lab_last{Border-bottom:none;}
. View_one{background-image:url ("pic/1.jpg"); position:absolute; width:300px; height:300px; Background-repeat: No-repeat;}
. View_two{background-image:url ("pic/2.jpg"); position:absolute; width:300px; height:300px; Background-repeat: No-repeat;}
. View_three{background-image:url ("pic/3.jpg"); position:absolute; width:300px; height:300px; Background-repeat: No-repeat;}
. box. view{transition:left 0s. 75s; left:0; top:0;}
. Box input[id^= "get_img"]:checked +. view{left:0; top:0; z-index:4; transition:left 0s. 75s;
</style>
<body>
<div class= "box" >
<div class= "WP" >
<label for= "get_img_btn1" > Scenery 1</label>
<label for= "get_img_btn2" > Scenery 2</label>
<label for= "Get_img_btn3" class= "lab_last" > Scenery 3</label>
</div>
<input id= "GET_IMG_BTN1" type= "Radio" checked= "Checked" name= "pic" >
<span class= "View View_one" ></span>
<input id= "GET_IMG_BTN2" type= "Radio" name= "pic" >
<span class= "View View_two" ></span>
<input id= "GET_IMG_BTN3" type= "Radio" name= "pic" >
<span class= "View View_three" ></span>
</div>
</body>
CSS Click Carousel