二、关键字
and - 结合多个媒体查询 not - 排除某种制定的媒体类型 only - 用来定某种特定的媒体类型
三、引用样式示例
- <link rel="stylesheet" media="all" href="style.css" />
- <link rel="stylesheet" media="screen and (min-width:980px)" href="desktop.css" />
- <link rel="stylesheet" media="screen and (min-width:768px) and (max-width:980px)" href="pad.css" />
- <link rel="stylesheet" media="screen and (min-width:480) and (max-width: 768px)" href="phone.css" />
- <link rel="stylesheet" media="screen and (max-width:320px)" href="small.css" />
四、内联样式示例
- @media screen and (min-width: 980px) {
- //css code
- }
- @screen and (min-width:768px) and (max-width:980px) {
- //css code
- }
- @screen and (min-width:480) and (max-width: 768px) {
- //css code
- }
- @screen and (max-width:320px) {
- //css code
- }
- @media screen and (max-device-width: 480px) {
- //max-device-width等于480px
- }
- @media screen and (device-aspect-ratio: 16/9), screen and (device-aspect-ratio: 16/10) {
- //设备宽高比
- }
- @media all and (orientation:portrait) {
- //竖屏
- }
- @media all and (orientation:landscape) {
- //横屏
- }
五、I8的兼容性问题解决
问题根源:
在项目的CSS文件中采用了media这东东来根据视窗的大小自动调整布局,但是,但是IE8及以下版本浏览器不支持CSS3 media queries,也就是@media screen and (max-width: 900px) 里面的css代码没有执行,
- @media screen and (max-width: 900px) {
- ...
- }
这如何是好啊,网上倒是有不少人提出解决方法,最简单的方法就是:
IE8和之前的浏览器不支持CSS3 media queries,你可以在页面中添加css3-mediaqueries.js来解决这个问题。
- <!--[if lt IE 9]>
- <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
- <![endif]-->
原来如此,还挺简单嘛,结果大失所望啊,项目中怎么试怎么就不行呢,还望试过可行的同仁点拨点拨啊,没办法只能采用另一种稍微复杂些的方法,也是从网上学来,这里要考虑两个问题,一是只有IE8及其低版本才做此处理,二是只有浏览器缩小到某一个大小范围后才做此处理。方法如下:
原理:采用jquery,其实不懂,会用就行,然后在html中根据需要来改变对应的CSS文件
解决方法:
在所有页面的共用js文件后面添加如下代码:
- /*Adjust the layout in IE8 and lower than IE8 when the browser is narrow*/
- function processLowerIENavigate()
- {
- var isIE = document.all ? 1 : 0;
- if (isIE == 1)
- {
- if(navigator.userAgent.indexOf("MSIE7.0") > 0 || navigator.userAgent.indexOf("MSIE 8.0") > 0)
- {
- // var doc=document;
- var link=document.createElement("link");
- link.setAttribute("rel", "stylesheet");
- link.setAttribute("type", "text/css");
- link.setAttribute("id", "size-stylesheet");
- link.setAttribute("href", "");
- var heads = document.getElementsByTagName("head");
- if(heads.length)
- heads[0].appendChild(link);
- else
- document.documentElement.appendChild(link);
- document.write("<script type='text/javascript' src='jquery.min.js'></script>");
- document.write("<script type='text/javascript' src='media_screen.js'></script>");
- }
- }
- }
- var lowerIE8 = processLowerIENavigate();
- media_screen.js文件内容如下,直接从网上copy:
- function adjustStyle(width) {
- width = parseInt(width);
- if (width < 902) {
- //alert("<900");
- //alert(width);
- $("#size-stylesheet").attr("href", "navigateLowerIE8.css");
- } else {
- // alert(">900");
- //alert(width);
- $("#size-stylesheet").attr("href", "");
- }
- }
- $(function() {
- adjustStyle($(this).width());
- $(window).resize(function() {
- adjustStyle($(this).width());
- });
- });
navigateLowerIE8.css文件就是IE8其低版本浏览器在缩小时的页面布局了。OK,一切都确实搞定。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
《魔兽世界》大逃杀!60人新游玩模式《强袭风暴》3月21日上线
暴雪近日发布了《魔兽世界》10.2.6 更新内容,新游玩模式《强袭风暴》即将于3月21 日在亚服上线,届时玩家将前往阿拉希高地展开一场 60 人大逃杀对战。
艾泽拉斯的冒险者已经征服了艾泽拉斯的大地及遥远的彼岸。他们在对抗世界上最致命的敌人时展现出过人的手腕,并且成功阻止终结宇宙等级的威胁。当他们在为即将于《魔兽世界》资料片《地心之战》中来袭的萨拉塔斯势力做战斗准备时,他们还需要在熟悉的阿拉希高地面对一个全新的敌人──那就是彼此。在《巨龙崛起》10.2.6 更新的《强袭风暴》中,玩家将会进入一个全新的海盗主题大逃杀式限时活动,其中包含极高的风险和史诗级的奖励。
《强袭风暴》不是普通的战场,作为一个独立于主游戏之外的活动,玩家可以用大逃杀的风格来体验《魔兽世界》,不分职业、不分装备(除了你在赛局中捡到的),光是技巧和战略的强弱之分就能决定出谁才是能坚持到最后的赢家。本次活动将会开放单人和双人模式,玩家在加入海盗主题的预赛大厅区域前,可以从强袭风暴角色画面新增好友。游玩游戏将可以累计名望轨迹,《巨龙崛起》和《魔兽世界:巫妖王之怒 经典版》的玩家都可以获得奖励。