Brief tutorials
This is a cool carousel tut effect using pure CSS. The effect of this carousel is made with pure CSS3, without JS. With front and rear http://www.php.cn/code/9303.html "target=" _blank "> Navigation buttons and pager buttons. The content of a carousel map can be either a picture or a text.
How to use
Introduce the Csslider.default.css file in the page.
<link rel= "stylesheet" href= "Themes/csslider.default.css"/>
HTML structure
The HTML structure of the CSS3 Carousel diagram is as follows:
<p class= "Csslider" > <input type= "Radio" name= "Slides" id= "slides_1" checked/> <input type= "Radio" n Ame= "Slides" id= "slides_2"/> <input type= "Radio" name= "Slides" id= "Slides_3"/> <input type= "Radio" Nam E= "Slides" id= "Slides_4"/> <input type= "Radio" name= "Slides" id= "Slides_n"/> <ul> <li> Content of slide 1</li> <li>content of slide 2</li> <li>content of Slide 3</li> ; <li>content of slide 4</li> <li>content of slide n</li> </ul> <p class= "Arro WS "> <label for=" slides_1 "></label> <label for=" slides_2 "></label> <lab El for= "Slides_3" ></label> <label for= "Slides_4" ></label> <label for= "Slides_n" >& lt;/label> <label for= "Slides_1" class= "Goto-first" ></label> <label for= "Slides_n" class= " Goto-last "></label> </p> <p class= "navigation" > <p> <label for= "Slides_1" ></l abel> <label for= "slides_2" ></label> <label for= "Slides_3" ></label> <label for= "Slides_4" ></label> <label for= "Slides_n" ></label> </p> </p></p>
The above is pure CSS3 cool wheel map effect content, more relevant content please pay attention to topic.alibabacloud.com (www.php.cn)!