CSS Floating with Overlap

后端 未结 4 1980
攒了一身酷
攒了一身酷 2021-02-01 03:33

I\'m trying to set up a simple horizontal tab structure for a page I\'m working on, and I\'m running into some trouble with floating div\'s combined with z-index.

Viewin

4条回答
  •  Happy的楠姐
    2021-02-01 04:09

    Negative margin-left?

    .right { float: left; width: 396px; background-color: #09c; border: 2px solid green; z-index: 3; margin-left: -5px;}
    

提交回复
热议问题