自定义的一些不同样式的下拉select选择框
本例一共8个不同的select效果,包括下列框带图片,圆形备选项,盒子备选项等等
XML/HTML Code
- <header class="codrops-header">
- <nav class="codrops-demos">
- <a class="current-demo" href="index.html">Border</a>
- <a href="index2.html">Underline</a>
- <a href="index3.html">Elastic</a>
- <a href="index4.html">Slide</a>
- <a href="index5.html">Overlay</a>
- <a href="index6.html">Rotate</a>
- <a href="index7.html">Box Select</a>
- <a href="index8.html">Circular</a>
- </nav>
- </header>
- <section>
- <select class="cs-select cs-skin-border">
- <option value="" disabled selected>Preferred contact method</option>
- <option value="email">E-Mail</option>
- <option value="twitter">Twitter</option>
- <option value="linkedin">LinkedIn</option>
- </select>
- </section>
原文地址:http://www.freejs.net/article_biaodan_599.html