How I can overlap a DIV on to other DIV?

后端 未结 3 765
梦如初夏
梦如初夏 2021-01-26 04:16

I am trying to make an overlapping a DIV onto other visually . I am trying

{
position:absolute;
top:-10px;
}

in css, but I found that this top

3条回答
  •  半阙折子戏
    2021-01-26 04:45

    Try this, I like to use relative position for this kind of thing.

    
    
        
    
    
        

    I would of course seperate the CSS into it's own file later.

提交回复
热议问题