html - 在内联 block 的 div 上使用 z-index

标签 html css css-position z-index

enter image description here

图片引用代码如下: https://jsfiddle.net/u3ouar6d/11/

如何制作 enter image description here CD 的复选标记出现在垂直线的顶部,就像 AB?

我试过将 z-index 放在 box_leftbox_mid 上,但似乎不起作用。有什么想法吗?

最佳答案

z-index 仅在定位元素时适用。尝试添加:

.bullet_right,
.bullet_left {
  position: relative;
}

https://jsfiddle.net/u3ouar6d/14/

关于html - 在内联 block 的 div 上使用 z-index,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49015579/

相关文章:

java - JSoup 选择器内部文本

css - 在固定页眉/页脚的移动页面上滚动内容

ios - iOS 位置固定元素的滚动问题

javascript - 使用 javascript 删除元素

html - 如何控制select标签的宽度?

html - 如何在没有 Bootstrap 的情况下制作响应式导航栏?

css - 按钮没有反应。当屏幕尺寸改变时它们不会更新

javascript - GWT 计算一个 div 中的行数

html - :hover event in ie7 的问题

jquery - 这个幻灯片有什么问题?