CSS I want a div to be on top of everything

前端 未结 6 1414
孤街浪徒
孤街浪徒 2020-12-04 16:21

How do I make an html div tag to be on top of everything?

6条回答
  •  暖寄归人
    2020-12-04 16:38

    You need to add position:relative; to the menu. Z-index only works when you have a non static positioning scheme.

提交回复
热议问题