Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 为什么赢了';这个导航条在Internet Explorer中不工作吗_Css - Fatal编程技术网

Css 为什么赢了';这个导航条在Internet Explorer中不工作吗

Css 为什么赢了';这个导航条在Internet Explorer中不工作吗,css,Css,我在internet explorer中的导航栏出现问题,我不知道如何解决,并且已经尝试了几个小时。下面是我认为是问题所在的代码 nav { position: absolute; text-align: left; top: 100%; left: 0; background: var(--background); width: 100%; transform: scale(1, 0); transform-origin: top; transition:

我在internet explorer中的导航栏出现问题,我不知道如何解决,并且已经尝试了几个小时。下面是我认为是问题所在的代码

nav {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background: var(--background);
  width: 100%;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 400ms ease-in-out;
}
Internet Explorer

您可以使用来绕过限制