随笔 - 381
文章 - 0
评论 - 11
阅读 -
57万
07 2016 档案
较完整的轮播图特效
摘要:js代码: /** * Created by Administrator on 16-7-18. */ $(function(){ //主图区域轮播代码 var linum = $('.slider-item').length; var sitemW = $('.slider-item').widt
阅读全文
jQuery图片轮播的具体实现
摘要:先看一看html代码,以及对应的css代码: <div id="scrollPics"> <ul class="slider" > <li><img src="images/ads/1.gif"/></li> <li><img src="images/ads/2.gif"/></li> <li><i
阅读全文
一种新的隐藏-显示模式诞生——css3的scale(0)到scale(1)
摘要:.dropdown-menu { background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); left: 50%; padding: 20px; pos
阅读全文
你所不知的 CSS ::before 和 ::after 伪元素用法
摘要:CSS 有两个说不上常用的伪类 :before 和 :after,偶尔会被人用来添加些自定义格式什么的,但是它们的功用不仅于此。前几天发现了 Creative Link Effects 这个非常有意思的介绍创意链接特效的页面,里面惊人的效果大量使用到的特性除了 transform 属性进行变形之外,
阅读全文
scale等比缩放才能做到看上去能让线条以中心点展开
摘要:.nav-menu>ul>li>a::before { background: #333 none repeat scroll 0 0; bottom: -2px; content: ""; height: 2px; position: absolute;//注意a一定得是relation相对定位才
阅读全文