原生js特效大全,javascript常用的特效有哪些
原生js特效大全,javascript常用的特效有哪些详细介绍
.main {width:400px; margin:0 auto;}#title {height:30px; line-height:30px;}#title span {float:left; width:120px; height:30px; margin-right:5px; color:#333; background:#eee; text-align:center; cursor:pointer; font-weight:bold;}#title span.on {background:#333; color:#fff;}#con {background:#fafafa; height:200px; border-top:2px solid #333;}#con ul {display:none; padding:10px;}#con ul.on {display:block;}#con ul li {height:24px; line-height:24px; border-bottom:1px dotted #ccc; text-indent:10px;}.....