作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 Bootstrap 设置一个菜单栏,该菜单栏切换到移动设备上的堆叠式下拉汉堡包栏。没有 masonry ,一切都完美无缺。但不幸的是,这个元素需要 masonry 来显示图像。
导航栏的代码:
<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 框架的哪一部分导致了这种情况的发生。有什么办法可以找出来吗?是否有可能的解决方法?
最佳答案
如果可以的话,您可以尝试使用 gridster 而不是 masonry
关于jquery - masonry 在移动 View 中弄乱了 Bootstrap 导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31908929/
我是一名优秀的程序员,十分优秀!