gpt4 book ai didi

css - IE 中不需要的 (img) 侧边距

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

该问题仅影响 IE(我的 9),并且如图所示,img 标签的每一侧都有不需要的填充。

这是 CSS:

.imgclass {
position:relative;
top: 10px;
left: 60px;
border: 1px solid #666;
box-shadow: #666666 0px 0px 3px;
border-radius: 5px;
opacity: 0.9;
}

到目前为止,我已经尝试过 img>padding 0& img>display>block & img>vertical-align。

Screenshot: http://i.stack.imgur.com/u2K4E.png

提前致谢

最佳答案

尝试在 CSS 中将以下内容添加到您的 imgclass

filter:alpha(opacity=90);
padding: 0;

同时检查父元素中的填充

关于css - IE 中不需要的 (img) 侧边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8861424/

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