随笔分类 - Bootstrap
摘要:bootstrap鼠标移入导航展开下拉菜单则加以下jq代码: $(function () { $(".dropdown").mouseover(function () { $(this).addClass("open"); }); $(".dropdown").mouseleave(function
阅读全文
摘要:data-ride="carousel"属性用于标记轮播在页面加载时就开始动画播放。在myCarousel加上data-ride="carousel"就可以。 在data-ride后面加上一个属性data-interval=“millisecond”,其中,millisecond为需要设置的毫秒数,
阅读全文
摘要:bootstrap 栅格单位为 、1/12 整数倍 平均 3 4 6 等分都是没有问题的,但是五等分是有些困难的。 .home .col-xs-3 { width:20%;} 等于重新定义了栅格宽度,这样每行刚好5个。 .col-xs-3 前面要加父级.
阅读全文
摘要:.carousel-control.left { background-image:none !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColors
阅读全文

浙公网安备 33010602011771号