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.
我有以下标记和样式:http ://cssdesk.com/dtYQc 。我的问题是,当我在Mozilla Firefox/IE中缩小页面.employee-card时,底部重叠 div 边框的内容。而在Chrome中只有Details链接重叠。
.employee-card
Details
另外,如何修复标记(sidebar缩放时定位不正确):http ://cssdesk.com/A7dzX 。
sidebar
谢谢!
至于第二个问题 - 添加到#sidebar其样式position:absolute中,然后您可以更改边距,使其与您想要的位置匹配。(margin: 60px 0;)。这样做之后,它不会被错误地定位。
#sidebar
position:absolute
margin: 60px 0;