【发布时间】:2018-09-18 01:44:39
【问题描述】:
全部。
我正在做一个项目。我有一个小问题。关于calc函数。
众所周知.. 它适用于所有浏览器..
========== 好的==============
background-color:#dfdfdf;
background-image:url(..);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
但是为什么下一个代码不能在 IE11 上运行??
==========不要在 IE 11 上运行 =============
background:#dfdfdf url(..) no-repeat calc(100% - 10px) center;
-_-;;;;;;;;;;;;;;;;
【问题讨论】:
-
所以.. IE 的规则对吧?
标签: css internet-explorer-11 calc background-position