How to recalculate correct position

后端 未结 2 724
一整个雨季
一整个雨季 2021-01-29 09:54

I think I am been misunderstood here so I will rephrase my question.
THE PROBLEM: when I \"hover\" over the menu the black span with class \"problem\" follows

2条回答
  •  一向
    一向 (楼主)
    2021-01-29 10:29

    Set the CSS of the menu div to:

    width://insert wanted width here
    margin:auto;
    

    With a fixed width and auto margin, CSS will center your div.

提交回复
热议问题