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.
我有一个包含多个表格的网页,我遇到了一个问题,即当您放大或缩小时表格重叠,并且有点浮动。
我的 CSS 设置设置为position: relative,但将它们更改absolute为放大时也会导致重叠。
position: relative
absolute
只有当绝对定位的元素有一个具有相对位置的父元素时,位置才能正常工作。