- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想不通。我需要 2 个按钮来粘住……即使滚动也是如此。该站点使用 Bootstrap。我在桌面和移动 View 中将按钮定位在我想要的位置。但我无法让它们固定在 DIV 的一侧。请提出建议:
<div class="span12">
<asp:Panel>
<!-- Buttons -->
<div style="width:100%; position: relative;">
<asp:HyperLink runat="server" ID="lnkP"><span style="width:14px; height:60px; position: absolute; top: 65px; left:-4px; text-align: center;"><i class="icon-chevron-left" style="position:relative; top:45%; transform: perspective(1px) translateY(-45%);"></i></span></asp:HyperLink>
<asp:HyperLink runat="server" ID="lnkN"><span style="width:14px; height:60px; position: absolute; top: 65px; right:-4px; text-align: center;"><i class="icon-chevron-right" style="position:relative; top:45%; transform: perspective(1px) translateY(-45%);"></i></span></asp:HyperLink>
</div>
<!-- Main Table -->
<table style="width: 100%;" cellpadding="0" cellspacing="0">
<tr>
<td>
<p>
The standard Lorem Ipsum passage, used since the 1500s "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
laborum."
</p>
</td>
</tr>
</table>
</asp:Panel>
</div>
也许我搜索时使用了错误的词。
最佳答案
感谢 Carol 的建议,position:sticky,我能够通过以下方式获得所需的布局:
<div style="position: sticky; top:100px;">
<div style="width:100%; position: relative;">
<asp:HyperLink runat="server" ID="lnkP"><span style="width:14px; height:60px; position: absolute; left:-8px; text-align: center;"><i class="icon-chevron-left" style="position:relative; top:45%; transform: perspective(1px) translateY(-45%);"></i></span></asp:HyperLink>
<asp:HyperLink runat="server" ID="lnkN"><span style="width:14px; height:60px; position: absolute; right:-8px; text-align: center;"><i class="icon-chevron-right" style="position:relative; top:45%; transform: perspective(1px) translateY(-45%);"></i></span></asp:HyperLink>
</div>
</div>
请注意,我制作了一个额外的 DIV 并将其放在最前面。
关于html - 修复了 DIV 两侧的按钮高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52959588/
我设法检查一个整数是否是从右到左排序的,但我如何检查从左到右的顺序?也许我应该做 2 个功能,一个从左到右检查,另一个从右到左检查?例如,我将 return 0; 替换为第二个函数,该函数检查它是否从
我想在两侧“剪切”我的页面,如下所示: http://i.stack.imgur.com/ngZrp.jpg 演示:https://jsfiddle.net/r2g0eyxf/3/ #left {
我很难在页面的两边都获得背景: 风格 .left { background: url(wax.png); width: 15%; position: absolute; lef
我需要逐步证明:7 + O(n) = O(n) 当两边都有大O的时候,我不知道该怎么做。 我想我理解大 O 符号的概念,但为什么两边都有大 O? 最佳答案 这种表示法的使用不符合大 O 表示法的正式定
我的目标是使 slider 宽度为 1280 像素并位于页面中央。我希望内容的边缘在两侧都有隐藏的溢出。例如,我希望内容的中心始终位于页面的中心,随着浏览器的大小调整,每一边都被切断,并且没有出现水平
我在做什么:在悬停按钮时,我添加了一个 5px 的底部边框。 JS fiddle : http://jsfiddle.net/mUCNB/ 问题: 问题是边框底部在左侧和右侧都延伸了 1px。 问题:
我是一名优秀的程序员,十分优秀!