Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在窗口中心的一个元素上执行一个函数,并在将元素留在中心时执行另一个函数。那么如何确保 HTML 元素位于窗口的中心呢?
使用以下样式属性:
display: table-cell; vertical-align:middle; text-align:center; height:100%; width:100%;
希望这能解决!