0

@media(max-width:979px) と @media(min-width:980) を変更する方法がうまくいきません (ウェブサイトのナビゲーション バーを 1024px で折りたたむ必要があります)。いろいろ調べてみましたが、どれも同じ方法です。@media(max-width:767) とその 768 のペアを変更しようとしましたが、うまくいきません (私の Web サイトはその幅で折りたたまれるため、タブレット ディスプレイのデフォルトの折りたたみしきい値であると思います)。何が問題なのですか?

私の navbar は navbar クラスで、その要素は左側のタグのロゴで構成され、

  • ボタン用。

    開発にもdjangoを使用しています。

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta http-equiv="Content-Type" content="text/html"; charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="">
        <!--
        <link rel="stylesheet" type="text/css" href="/static/global.css">
        -->
        <link rel="stylesheet" type="text/css" href="/static/smoothness/jquery-ui-1.10.0.custom.min.css">
        <link rel="stylesheet" type="text/css" href="/static/bootstrap/css/bootstrap.min.css">
        <!--[if ie]><meta content='IE=8' http-equiv='X-UA-Compatible'/><![endif]-->
        <link href="/static/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css">   
        <!--link href="/static/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css"-->      
        <link href="/static/bootstrap/css/paralax.css" rel="stylesheet" type="text/css">
        <link href="/static/bootstrap/css/main.css" rel="stylesheet" type="text/css">
        <!--[if lt IE 9]>
                <link href="css/ie.css" rel="stylesheet"/>
                <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>      
                <script src="js/css3-mediaqueries.js"></script>
        <![endif]-->
    
    
    
    
            <script src="/static/bootstrap/js/modernizr.custom.js"></script>    
            <script src="/static/js/jquery-1.9.0.js"></script>
            <script src="/static/js/jquery-ui-1.10.0.custom.min.js"></script>
            <script src="/static/bootstrap/js/jquery.scrolltotop.js"></script>
            <script src="/static/bootstrap/js/jquery-1.7.2.min.js"></script>
            <script src="/static/highcharts-3/js/highcharts.js"></script>
            <script src="/static/bootstrap/js/bootstrap.min.js"></script>
            <script src="/static/bootstrap/js/superfish.js"></script>
    
        <title>CoAssets Platform (BETA)</title>
    </head>
    
    <body>
    
        <!--div class="container-fluid"-->
            <div class="row-fluid">
                <div class="span12" id="topmenu">
                {% block topmenu %}{% endblock %}
                </div>
            </div>
    
            <div class="row-fluid" style="background-color:#ffad37">
                <div class="span12" id="submenu" style="padding-top:2px; padding bottom:2px">
                <ul class="nav nav-pills">          
                    {% block submenu %}{% endblock %}
                    <li class="pull-right"><a class="btn" href="/account/logout" style="font-size: 16px; font-family: 'PT Sans', sans-serif; text-align: center;">Logout</a>
                    <li class="pull-right"><a href="/account/">Account</a></li>
                </ul>
                </div>  
            </div>
        <!--/div-->
    
        <!--div class="container-fluid"-->
            <div class="row-fluid">
                <div class="span12" id="main">
                    {% block main_body %}{% endblock %}
                </div>
            </div> 
        <!--/div-->
        </br>
        <div class="container-fluid" id="copyright">    
            <div class="row-fluid">
                <div class="span4">
                    <p>Legalise</p>
                    <p>Contact Us</p>
                </div>
                <div class="span4">
                    <p>Partners</p>
                    <p>FAQ</p>
                    <p>Definitions</p>
                </div>
                <div class="span4">
                    <p><a  href="/util/">Admin</a></p>
                </div>
            </div>
            <div class="row-fluid" id="copyright">
                <div class="span12" id="footer">
                    <p>Copyright of CoAssets.com &copy; 2013</p>
                </div>
            </div>      
        </div>
    
    
    <script>
    //script conflicts with some other jQuery scripts, so need to handle this script
    jQuery.noConflict();
    $(document).ready(function($){  
        $('.nav li').each(function() {
            var currentPath = window.location.pathname;
            var thisPath = $(this).children().attr('href');
            //alert("sub menu currentPath= "+currentPath+" thisPath= "+thisPath);
            $(this).removeClass('active');
            if (thisPath == currentPath && !$(this).hasClass('active')) {
                $(this).addClass('active');
            };
        });
    
        $('#menu li').each(function() {
            var currentPath = window.location.pathname;
            var thisPath = $(this).children().attr('href');
            var len = thisPath.length;
            //alert("top menu currentPath= "+currentPath+" thisPath= "+thisPath);
            $(this).removeClass('active');
            if (thisPath != '/' && thisPath == currentPath.substring(0,len) 
                                                        && !$(this).hasClass('active')) {
                $(this).addClass('active');
            } else if (thisPath=='/' && currentPath == '/')
            {
                $(this).addClass('active');
            };
        });
    });
    </script>
    
    
    </body>
    </html>
    
  • 4

    4 に答える 4

    2

    折りたたみ幅は、variables.less ファイルを使用して設定するか、コンパイルされたバージョンの Twitter ブートストラップをダウンロードするときにカスタマイズ ページで設定できます。この変数は「navbarCollapseWidth」と呼ばれます。

    http://twitter.github.io/bootstrap/customize.html

    于 2013-05-16T18:40:35.277 に答える
    0

    bootstrap-responsive.css を挿入しましたか? cssコードをどこに置いていますか?コードを bootstrap-responsive.css で使用するか、bootstrap-responsive.css を呼び出す新しい ccs を作成してから、変更を有効にする必要があります。

    私がもっと助けることができるように、私にいくつかのコードを教えてください:)

    于 2013-05-16T18:36:44.753 に答える
    0

    私が直面していた問題の 1 つは、ブラウザの幅を中サイズの画面に縮小したときに、ナビゲーション バーがメイン コンテンツを隠していたことです。簡単な解決策は、ナビゲーション バーのタイトルの長さを変更することでした。それが機能したとしても、必要なタイトルを取得できませんでした。

    うまくいった解決策は、bootstrap.min.css ファイルを調べて、navbar-collapse を検索 (CTRL-F) しました。次のコードを変更しました。

    @media(min-width:768px){
    .container>.navbar-header,
    .container>.navbar-collapse
    {margin-right:0;margin-left:0}}  
    

    @media(min-width:1000px){
    .container>.navbar-header,
    .container>.navbar-collapse
    {margin-right:0;margin-left:0}}
    

    ナビゲーションバーの高さが高くなるという問題に遭遇するのをやめました。私のメインコンテンツをカバーしています。

    フルサイズのページは次のとおりです。

    ここに画像の説明を入力

    ここに私の問題のスクリーンショットがあります: ここに画像の説明を入力

    修正後です ここに画像の説明を入力

    于 2014-03-27T21:28:35.677 に答える