- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我不是真正的开发人员,但我可以使用 HTML 和 CSS。我正在尝试使用 Bootstrap 3.3.7 构建一个站点,并且我从 an example 中获取了一些代码我在 Codeply 发现当用户向下滚动时有一个侧边栏。
但是,当我将他们的代码粘贴到我的页面时,侧边栏没有粘住。它只是滚动过侧边栏。由于我不是很有经验,我可能在某个地方犯了一个愚蠢的错误,但我很困惑。
这是我的 HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-
to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/sidebar.css">
<link rel="stylesheet" href="css/style2.css" />
<title>Title</title>
</head>
<title>
</title>
<nav class="navbar navbar-default navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-
target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">Explorify</a>
</div>
</div>
</nav>
<div id="masthead">
<div class="container">
<div class="row">
<div class="col-md-7">
<h1>Tongues
</h1>
</div>
</div>
</div><!--/container-->
</div><!--/masthead-->
<!--main-->
<div class="container">
<div class="row">
<!--left-->
<div class="col-md-3" id="leftCol">
<ul class="nav nav-stacked" id="sidebar">
<li><a href="#sec0">Section 0</a></li>
<li><a href="#sec1">Section 1</a></li>
<li><a href="#sec2">Section 2</a></li>
<li><a href="#sec3">Section 3</a></li>
<li><a href="#sec4">Section 4</a></li>
</ul>
</div><!--/left-->
<!--right-->
<div class="col-md-9">
<h2 id="sec0">Content</h2>
<p>
At Bootply we like to build simple Bootstrap templates that utilize
the code Bootstap CSS without a lot of customization. Sure you can
find a lot of Bootstrap themes and inspiration, but these templates
tend to be heavy on customization.</p>
<hr>
<p>
Rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae
</p>
<h2 id="sec1">Content</h2>
<p>
Rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae
dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit
aspernatur aut odit aut.
</p>
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-heading"><h3>Hello.</h3></div>
<div class="panel-body">Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Duis pharetra varius quam sit amet vulputate.
Quisque mauris augue
</div>
</div>
</div>
</div>
<hr>
<h2 id="sec2">Section 2</h2>
<p>
Rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi
architecto beatae vitae
</p>
<div class="row">
<div class="col-md-4"><img src="//placehold.it/300x300" class="img-
responsive"></div>
<div class="col-md-4"><img src="//placehold.it/300x300" class="img-
responsive"></div>
<div class="col-md-4"><img src="//placehold.it/300x300" class="img-
responsive"></div>
</div>
<hr>
<h2 id="sec3">Section 3</h2>
<p>
Images are responsive sed @mdo but sum are more fun peratis unde omnis
</p>
<p>
Fos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est,
qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit,
</p>
<h2 id="sec4">Section 4</h2>
<p>
Sed ut perspiciatis unde omnis iste natus error sit voluptatem </p>
<hr>
<h4><a href="http://www.bootply.com/Gygh9swISB">Edit on Bootply</a></h4>
<hr>
</div><!--/right-->
</div><!--/row-->
</div><!--/container-->
<script src="js/scripts.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.slim.min.js"></script>
<script src="js/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
对于发布整个 index.html 表示歉意,但我想知道它是否与我链接 javascript 的方式有关。我将示例中的 js 代码粘贴到 scripts.js 中,将 CSS 粘贴到 style2.css 中。
我很感激社区能给我的任何帮助!
最佳答案
我不确切知道你的错误是什么,但我猜你引用了与 codeply 不同的 js 和 css 文件,或者以错误的顺序引用了它们。
Click here对于工作版本。 (不过一定要增加结果页面的宽度……)
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" />
<script src="https://code.jquery.com/jquery-3.1.1.js" integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
关于html - 带有 Affix 的侧边栏不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44999323/
我正在使用 twitter bootstrap 2.3.2 并包含了 Affix js。 div完美监听top:500px;但在底部有困难,到达底部时,它会在每个像素的 affix 和 affix-b
玩了几天 boostrap,对它提供的功能感到惊讶。 一直在尝试拥有某种“标题”,当用户向下滚动时,它会附在顶部。 您可以在这里找到我目前的工作:http://mp3dj.free.fr/affix/
通过查看 W3schools 的这个例子 How To Create an Affixed Navigation Menu 你会发现这行代码背后的原因 .affix + .container-flui
我的 html 中有这个 div: 我需要将 data-spy="affix"更改为
我整天都在 Bootply 沙箱中工作,在将相同的代码移动到实时服务器时遇到了问题。 沙箱在这里,词缀工作正常: http://www.bootply.com/wu2vXxkt5o# 在实时版本上我得
当我的导航栏使用 Bootstrap “固定”时,我也想应用自定义 CSS,但我不确定如何检测该事件。 Bootstrap 的后缀没有这方面的参数。 我的 haml 代码当前为 windowReady
我在这里创建了一个示例:http://jsfiddle.net/Ninjanoel/9GEGU/ 基本上,我想在右边添加一些东西,在这种情况下,红色框,我希望它看起来只是将自己固定在顶部,一旦发生正确
** 已更新 ** 因此,经过更多调查后,我将其范围缩小到阻止词缀类工作的这段 javascript.. 但同样.. 我不确定为什么这会破坏页面? var panelExample = $('
我正在尝试使用 Bootstrap affix() 插件。我希望导航栏在我滚动时固定到屏幕顶部。这是我到目前为止所拥有的: http://jsfiddle.net/zncud7md/2/ 问题是当词缀
我正在使用最新版本的 bootstrap 3。我正在使用词缀插件来固定静态导航栏。但是它可以工作,在导航栏更新并固定在顶部之前会有很长的延迟。它在所有浏览器上都是可重复的。 我认为用视频展示问题最简单
我已经为 Bootstrap 和 data-spy 属性添加了库,当我向下滚动页面时,我想在其中修复 div。但它不起作用,我几乎尝试了所有方法,但无法找出问题所在。是不是像 data-spy 属性在
在此example你可以看到,当我们向下滚动时,搜索字段的宽度变大了。如果我删除标签(带有搜索字形图标) - 一切正常。我对其他标签(如 )和其他元素类(如 .panel-group、.panel-h
我正在使用 Bootstrap 在页面的一侧添加一个菜单。我希望菜单在用户滚动过去时保留在页面顶部。我发现了 affix在 bootstrap.js 中。但是,因为我在屏幕上使用了不同的列尺寸,所以我
所以我在一个有固定导航栏的网站上工作: http://abnetworksa.rewind9.com/servicios/infraestructura/ 除了固定的导航栏,还有一个“粘性”侧边栏。此
我不是真正的开发人员,但我可以使用 HTML 和 CSS。我正在尝试使用 Bootstrap 3.3.7 构建一个站点,并且我从 an example 中获取了一些代码我在 Codeply 发现当用户
我想以与 stackoverflow 的提问 页面右侧的“如何格式化”类似的方式使用 bootstrap 词缀。 我可以通过添加 css .affix { top: 70px } 并使用 class=
使用 Bootstrap 已经有一段时间了,但在新项目中没有使用它。 很好奇是否有人知道 Bootstrap 的“词缀”的替代、易于使用的插件。 我真的只是在寻找一个元素去 position:fixe
我有一个使用 Twitter Bootstrap Affix 的元素插入。如果窗口垂直调整到小于项目高度的位置,我想从元素中删除词缀功能,因为您将无法在窗口中看到所有内容。 到目前为止,我已经在控制台
我有一些 html 用于我的研究小组制作的软件库网站的页面布局。这是通过 bootstrap 3 完成的。我想要实现的是出现在 jumbotron 正下方的导航栏一旦向上滚动到页面顶部就会固定到页面顶
我想为我的附加元素设置“停止”。 示例是对 http://9gag.com/ 进行投票, 它滚动到它的父容器。 我为此使用了词缀,我发现了“data-offset-bottom”属性(没有太多记录)
我是一名优秀的程序员,十分优秀!