问题描述:
鼠标滑过弹出下拉菜单是,旁边的标题板块向左移动。z-index无论设置多大,都没有作用。
float覆盖z-index属性问题

原因:
float属性,导致z-index失效。

解决方法

第一种:把定位父级容器定位relactive 改为 absolute
float覆盖z-index属性问题

第二种:去除浮动float,也可以解决显示问题

相关文章:

  • 2021-09-26
  • 2021-10-09
  • 2021-07-26
  • 2022-12-23
  • 2021-08-30
  • 2021-10-20
  • 2022-12-23
  • 2021-08-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2021-12-27
  • 2020-11-09
  • 2022-01-25
相关资源
相似解决方案