gpt4 book ai didi

html - CSS 上的负面定位有多负责任

转载 作者:太空宇宙 更新时间:2023-11-04 14:35:04 25 4
gpt4 key购买 nike

我刚开始使用 CSS,我有以下问题:

在 CSS 上使用否定定位是否“负责任”?这会导致IE7,8等浏览器发生冲突吗?你有什么建议?

#example-bottom {
position: relative;
top: -3px;
min-height: 29px;
margin-bottom: 10px;

最佳答案

Negative values for margin properties are allowed, but there may be implementation-specific limits.

发件人:http://www.w3.org/TR/CSS2/box.html#margin-properties

所有现代浏览器(包括 IE7 和 8)都支持它,但是在 IE6 中存在一些问题。

关于html - CSS 上的负面定位有多负责任,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18812657/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com