gpt4 book ai didi

html - IE7 可见性错误

转载 作者:太空宇宙 更新时间:2023-11-04 04:52:26 24 4
gpt4 key购买 nike

我遇到了可见性:IE7 中的隐藏错误。我的 CSS 如下:

.image {
float:left;
width:298px;
visibility:hidden;
*visibility: hidden;
}

基本上我希望隐藏包含在 div 中的所有内容,但仍然占用并保留空间(因此在这种情况下 display: none 不起作用)。它适用于除 IE7 之外的所有浏览器,IE7 似乎忽略了 CSS 中的可见性线。

最佳答案

尝试使用文本缩进

.image {
float:left;
width:298px;

text-indent: -10000px;

}

Demo

关于html - IE7 可见性错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13176012/

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