gpt4 book ai didi

css - IE 6/7 大纲属性的替代方案

转载 作者:行者123 更新时间:2023-12-04 17:18:06 28 4
gpt4 key购买 nike

我很高兴使用 outline属性(property),直到我知道它是not supported in IE 6 / 7 .
我试过了,但找不到任何替代方案。
如何在 IE 6/7 中实现与 outline 属性相同的效果?


编辑:
我想将它应用于 inputradiocheckbox。因此,解决方法应该(希望)适用于所有这些。

谢谢!

最佳答案

由于您刚刚发现的原因,我通常尽量避免使用大纲。

潜在的解决方法。

.element_name {
border:1px solid black;
margin:-1px;
}

关于css - IE 6/7 大纲属性的替代方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9480587/

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