gpt4 book ai didi

jquery - NiceScroll 多卷轴

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

我的网站有一个错误,我正在制作一个仪表板,我正在使用左侧导航类型和中间内容。这个错误真的很烦我,因为我无法修复它。

左侧导航使用滚动条,内容窗口使用滚动条,如果我在左侧导航事件提要上方滚动,滚动条最终会偏离位置,我真的很想解决这个问题。

The link to my website where you can see the bug

HTML代码

<ul id="NS-02">
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
<li><div class="avatar-small"></div></li>
</ul>

CSS 代码

div.activity-feed {
background-color: #35383f;
width: 290px;
height: 315px;
position: absolute;
bottom: 50px;
}
div.activity-header {
font-size: 7pt;
font-weight: 700;
color: #969696;
text-transform: uppercase;
text-align: center;
padding: 10px 0 0 0;
}
ul {
width: 240px;
height: 240px;
}
ul li {
list-style: none;
margin: 0;
padding: 0;
}

最佳答案

首先你的代码有很多错误。

  • <link/>因为标签应该用 /> 结束.

  • <meta>标签应位于 <html> 部分

  • <html xmlns="http://www.w3.org/1999/xhtml xml:lang="sv" lang="sv">
    缺少引号。

  • 您应该为所有浏览器兼容使用一些重置 css 文件示例 http://meyerweb.com/eric/tools/css/reset/

这是为您创建的示例,不是您的代码,因为它有严重的缺陷,不值得更改它EXAMPLE

我个人认为在使用插件之前你应该学习基础。

编辑:

示例已更改,在左侧添加带有事件提要框的 leftColumn,在右侧内容中添加 jquery 高度和宽度(左列 - 窗口宽度)我想这是为你的愿望创造的最快方式。

和平,

西蒙

关于jquery - NiceScroll 多卷轴,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20318129/

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