作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想创建的标题有一条水平线穿过它们,标题文本出现在该线上方,即使我相信我已经正确使用了 z-index 规则它仍然不起作用,这就是我的 css使用;
.heading {
border-bottom: 2px solid #222222!important;
text-align: center;
z-index: -1;
}
#sidebar .widget h3, #sidebar .widget .heading h3 {
color: #333333;
text-align: center;
z-index: 10;
margin-bottom: -8px;
position: relative;
}
最佳答案
z-index
仅在您使用 position
因此您还需要将 .heading
设置为 position: relative
关于css - 无法创建带有横线的标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25327010/
我想知道创建水平线的最佳方法是什么? 我有几个标签/文本,我想在它们之间添加一条水平线。在使用 twitter bootstrap 时或多或少像 。 现在我正在使用 UIview 并将其设置为 1 高
我现在和 Ul Li 有一个 Div 一切都一个接一个(垂直) List One List Two 如何水平对齐请给出一些想法.. 最佳答案 这是工作演示,
我是一名优秀的程序员,十分优秀!