gpt4 book ai didi

jquery - masonry 在移动 View 中弄乱了 Bootstrap 导航栏

转载 作者:行者123 更新时间:2023-11-28 07:24:23 25 4
gpt4 key购买 nike

我正在尝试使用 Bootstrap 设置一个菜单栏,该菜单栏切换到移动设备上的堆叠式下拉汉堡包栏。没有 masonry ,一切都完美无缺。但不幸的是,这个元素需要 masonry 来显示图像。 Nav-bar expanded in mobile without Masonry

这就是我的 masonry 结果。 Nav-bar expanded in mobile with Masonry cs+js included

导航栏的代码:

<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#divMenuOptions" aria-expanded="false"
style="margin-top:20px;margin-botton:0px">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>

<div class="collapse navbar-collapse" id="divMenuOptions" style="margin-top:10px">
<ul class="nav navbar-nav">
<li><a href="/about">About</a></li>
<li><a href="/faq">FAQ</a></li>
<li><a href="/contactus">Contact Us</a></li>
<li><a href="/recently-viewed">Recently Viewed</a></li>
<li><a href="/favorites">Favorites</a></li>
</ul>
<form id="image_url_form" method="POST" action="/classify_url" class= "navbar-form navbar-left visible-md-block visible-lg-block hidden-xs hidden-sm">
<div class="form-group">
<input type="text" name = "url" class="form-control" style="width:340px;" id="image_url_input" placeholder="Place image url here and hit enter!">
</div>
</form>
<form action="/fileupload" method="POST" id = "theform" enctype="multipart/form-data" class= "navbar-form" style="float:left;">
<div class="form-group">
<input type="button" id="btnBrowseFile" class="btn btn-primary" value="Browse for files"/>
<input type="file" id="thefile" name="file" style="display:none"></input>
<!-- class="btn btn-default" -->
</div>
</form>
<p id="file-name" class="margin-10 bold-10"></p>
</div>
</div>
</nav>

我不确切知道 Masonry 框架的哪一部分导致了这种情况的发生。有什么办法可以找出来吗?是否有可能的解决方法?

编辑:我找到了部分问题,但仍然不知道如何解决。 enter image description here

最佳答案

如果可以的话,您可以尝试使用 gridster 而不是 masonry

关于jquery - masonry 在移动 View 中弄乱了 Bootstrap 导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31908929/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com