V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
shpasspass
V2EX  ›  问与答

已经载入了css3-mediaqueries.js,但是ie8依旧无法自适应

  •  
  •   shpasspass · Dec 11, 2013 · 4782 views
    This topic created in 4522 days ago, the information mentioned may be changed or developed.
    <link href="media-queries.css" rel="stylesheet" type="text/css">
    <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--[if lt IE 9]>
    <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
    <![endif]-->
    <div id="box">
    123
    </div>

    其中media-queries.css代码是
    @media screen and (max-width: 521px) {
    #box {
    display:none;
    }
    }

    现在chrome等可以自适应。但是ie8下依旧无法自适应。
    是根据 http://www.chinaz.com/manage/2011/1122/221855_2.shtml 教程做的。
    求教是哪里出错了呢?
    4 replies    1970-01-01 08:00:00 +08:00
    shpasspass
        1
    shpasspass  
    OP
       Dec 11, 2013
    求帮助啊。。。。。
    learnshare
        2
    learnshare  
       Dec 11, 2013
    googlecode.com 的文件无法载入吧
    fen
        3
    fen  
       Dec 11, 2013
    googlecode 被 xx 了吧
    shpasspass
        4
    shpasspass  
    OP
       Dec 11, 2013
    @learnshare
    @fen
    没有被xx
    后来我也把这2个js下载到本地载入,但在ie8下还是无效。。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3390 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 10:53 · PVG 18:53 · LAX 03:53 · JFK 06:53
    ♥ Do have faith in what you're doing.