<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lt IE 9]> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]-->
width:xxx px;
width: xx%;
width:auto;
body { font: normal 100% Helvetica, Arial, sans-serif; }
h1 { font-size: 1.5em; }
small { font-size: 0.875em; }
.main { float: right; width: 70%; } .leftBar { float: left; width: 25%; }
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 400px)" href="tinyScreen.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-width: 400px) and (max-device-width: 600px)" href="smallScreen.css" />
@import url("tinyScreen.css") screen and (max-device-width: 400px);
@media screen and (max-device-width: 400px) { .column { float: none; width:auto; } #sidebar { display:none; } }
img { max-width: 100%;}
img, object { max-width: 100%;}
img { width: 100%; }
img { -ms-interpolation-mode: bicubic; }
addLoadEvent(function() { var imgs = document.getElementById("content").getElementsByTagName("img"); imgSizer.collate(imgs); });
使用道具 举报
gzf97288 发表于 2012-12-27 23:49 很炫,做的好啊,是dz做的?
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-9-12 04:53 , Processed in 0.106383 second(s), 15 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.