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 中的标签重叠。
例如:
这很容易用css完成吗?我试过绝对定位无济于事
这是你想要的吗?
http://jsfiddle.net/y9dfX/9/
我创建了一个div包含position:relative按钮和标签的容器。然后我只是设置标签position:absolute并添加顶部和左侧位置。唯一的缺点是您必须手动设置位置。
div
position:relative
position:absolute