【发布时间】:2018-10-05 04:18:13
【问题描述】:
如何仅在 IE 上破解 css 内联样式?
在所有版本中只在 IE 上破解 css 内联样式,我该怎么做?
这样
<div style = "
color: #eee;
border: 1px solid #000;
for ie only // line-height : 32px;
"/>
【问题讨论】:
-
@ViniciusMonteiro 仅适用于 IE6/7
-
在问这样的问题时,请始终指定您需要它工作的 IE 版本。另外,请详细说明您要修复的 IE 中的问题;可能存在不需要 IE hack 的替代解决方案。
-
@JochemQuery 这个问题涵盖了 IE 的所有版本,我进行了测试以确保。
-
这里是一个详尽的 css hack 列表,您可以使用内联和单独的样式表 abbasharoon.me/css-hacks-internet-explorer
标签: css internet-explorer