摘要:
一个动态小导航栏(好看的,用C3)(不依赖js,点击小图切换大的背景图) <!DOCTYPE HTML><htmllang="en-US"> <head> <meta charset="UTF-8"> <title>CSS3 Full Background Slider </title> <styl 阅读全文
摘要:
::selection{ background: orange; color: white;} ::-moz-selection{ background: orange; color: white;} (//Firefox浏览器) 阅读全文
摘要:
样式一(H5): <form action="#"> <div class="wrapper"> <div class="box"> <input type="checkbox" checked="checked" id="usename" /><span>√</span> </div> <labl 阅读全文