码迷,mamicode.com
首页 >  
搜索关键字:respond    ( 131个结果
让IE6 IE7 IE8 IE9 IE10 IE11支持Bootstrap的解决方法
Bootstrap3 是移动设备优先的原则开发的。 1.没有正确调用远程地址即只要是IE9以下,就调用两个专门的js<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --><!--[if lt ...
分类:其他好文   时间:2016-08-24 18:56:17    阅读次数:135
Responsive响应式设计
在IE6-8中完全是不支持CSS3 Media Queries的。那么为了让IE6-8支持,我们就很有必要的在IE9以下的浏览器中加上media-queries.js或者respond.js脚本: <!--[if lt IE 9]> <script src="html5shiv.min.js"></ ...
分类:其他好文   时间:2016-08-23 12:58:50    阅读次数:119
cpu wait state --- cpu wait
A wait state is a delay experienced by a computer processor when accessing external memory or another device that is slow to respond.(i/o) ...
分类:其他好文   时间:2016-08-05 17:43:05    阅读次数:121
Chapter 1 First Sight——5
"He's in a wheelchair now," Charlie continued when I didn't respond, 他现在在轮椅上了,没等我回答查理斯就继续说到, "so he can't drive anymore, and he offered to sell me his ...
分类:其他好文   时间:2016-08-01 19:06:00    阅读次数:197
JS - Introduction
What can we use JavaScript for? make websites respond to user interaction build apps and games access information on the Internet organize and present ...
分类:Web程序   时间:2016-07-04 22:14:09    阅读次数:274
Respond.js的作用
在html页面中我们经常看到 <!--[if lt IE 9]> //判断当前浏览器的版本是否小于IE 9 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> 其中:Respond.js 是 ...
分类:Web程序   时间:2016-06-21 09:12:58    阅读次数:228
Respond.js让IE6-8支持CSS3 Media Query
原文地址:http://caibaojian.com/respondjs.html 使用方式 原文地址:http://caibaojian.com/respondjs.html 使用方式 官方demo地址:http://scottjehl.github.com/Respond/test/test.h ...
分类:Web程序   时间:2016-06-15 14:17:05    阅读次数:162
HTML5 respond.js 解决IE6~8的响应式布局问题
响应式布局,理想状态是,对PC/移动各种终端进行响应。媒体查询的支持程度是IE9+以及其他现代的浏览器,但是IE8在市场当中仍然占据了比较大量的市场份额,使我们不得不进行IE低端浏览器的考虑。 那么如何在IE6~8浏览器中兼容响应式布局呢?这里我们需要借助这样一个文件:respond.js。文件下载 ...
分类:Web程序   时间:2016-06-15 12:43:10    阅读次数:459
JS/JQ常见兼容辅助插件
1.Respond.js Respond.js 是一个快速、轻量的 polyfill,用于为 IE6-8 以及其它不支持 CSS3 Media Queries 的浏览器提供媒体查询的 min-width 和 max-width 特性,实现响应式网页设计(Responsive Web Design)。 ...
分类:Web程序   时间:2016-06-15 12:31:47    阅读次数:189
Responsive设计——meta标签
media-queries.js(http://code.google.com/p/css3-mediaqueries-js/) respond.js(https://github.com/scottjehl/Respond) <!—[if lt IE9]> <scriptsrc=http://cs ...
分类:Web程序   时间:2016-06-14 23:53:52    阅读次数:214
131条   上一页 1 ... 5 6 7 8 9 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!