码迷,mamicode.com
首页 >  
搜索关键字:stylesheet    ( 1516个结果
jQuery autocomplete 的例子
自动完成,前提是必须引入jQuery-ui的CSS和JS,否则无法自动完成。 jQuery UI Autocomplete - Default functionality <link rel="stylesheet" href="//c...
分类:Web程序   时间:2015-08-26 22:26:46    阅读次数:129
玩转Bootstrap(基础) (4.网格系统实现原理)
代码 基本用法 <link rel="stylesheet" hre...
分类:其他好文   时间:2015-08-21 13:43:17    阅读次数:148
玩转Bootstrap(基础) (3.按钮)
1)按钮的种类 显示加上btn这个类,然后再后面加上按钮的样式的名字。 定制风格 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1...
分类:其他好文   时间:2015-08-21 11:22:40    阅读次数:198
玩转Bootstrap(基础) (1.表单操作)
0)一个最基本的调用bootstrap的头部的写法 表单控件状态——焦点状态 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/cs...
分类:其他好文   时间:2015-08-20 15:18:51    阅读次数:387
ajax遮罩层
遮罩层2种方式: 引入jquery插件模式 1. 下载 showLoading.css , jquery.showLoading.min.js ?两个文件 2. 引入这2个文件 <link?href="style/showLoading.css"?rel="stylesheet"?type="text/css"?/> <scrip...
分类:Web程序   时间:2015-08-19 18:04:21    阅读次数:237
dojo------做个简单的登录
引入dojo 引入css: <link?rel="stylesheet"?type="text/css"?href="${ctx}/static/js/dijit/themes/claro/claro.css"> 引入js: <script?type="text/javascript"?src="${ctx}/static/js/dojo/dojo.js"></scr...
分类:其他好文   时间:2015-08-17 21:55:56    阅读次数:341
CSS中的body的默认margin
CSS中的body的默认margin一般浏览器中都对body标签进行默认的margin设置为8px,当然,不同的浏览器会设置成不同的值,它是由浏览器的user-agent-stylesheet提供的,有些浏览器的user-agent-stylesheet可以由用户进行修改,而有的浏览器则不可以,所以开发人员不能依靠此来修改浏览器的默认设置。如果我们要修改body的默认值,只要覆盖其css样式即可:b...
分类:Web程序   时间:2015-08-17 21:53:30    阅读次数:220
swiper插件制作轮播图swiper2.x和3.x差别
swiper3.x只兼容到ie10+,比较适合移动端。 swiper3.x官网  http://www.swiper.com.cn/ swiper2.x可以兼容到ie7+,官网是http://swiper2.swiper.com.cn/ 2.x和3.x使用上有差别 2.x需要引入 link rel="stylesheet" href="css/idangerous.swi...
分类:其他好文   时间:2015-08-16 15:13:54    阅读次数:158
Blog Css
only stylesheet
分类:Web程序   时间:2015-08-14 15:22:16    阅读次数:179
Font Awesome图标字体库和CSS框架
Font Awesome图标字体库和CSS框架 Font Awesome网址 http://fontawesome.dashgame.com/ CDN引入Font Awesome <link?rel="stylesheet"?href="path/to/font-awesome/css/font-awesome.min.css"> 改变突变大小、颜...
分类:Web程序   时间:2015-08-12 17:14:16    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!