Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.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
Html IE8背景色rgba_Html_Css_Internet Explorer_Internet Explorer 8_Rgba - Fatal编程技术网

Html IE8背景色rgba

Html IE8背景色rgba,html,css,internet-explorer,internet-explorer-8,rgba,Html,Css,Internet Explorer,Internet Explorer 8,Rgba,我尝试在css中使用此代码来修复IE8中的不透明度背景色,但它不起作用 我怎样才能修好它 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; 这应该起作用: filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#9900

我尝试在css中使用此代码来修复IE8中的不透明度背景色,但它不起作用

我怎样才能修好它

-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
这应该起作用:

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
-ms-
前缀似乎没有必要,双引号看起来是错误的