您好我正在使用网络在Internet Explorer中正确显示。
但它不起作用,我在css中有这个:
#todo
{
background-image: linear-gradient(top, rgb(242,246,250) 21%, rgb(218,230,240) 95%);
background-image: -moz-linear-gradient(top, rgb(242,246,250) 21%, rgb(218,230,240) 95%);
background-image: -ms-linear-gradient(top, rgb(242,246,250) 21%, rgb(218,230,240) 95%);
background-image: -o-linear-gradient(top, rgb(242,246,250) 21%, rgb(218,230,240) 95%);
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0.21, rgb(242,246,250)),
color-stop(0.95, rgb(218,230,240))
);
background-image: -webkit-linear-gradient(top, rgb(242,246,250) 21%, rgb(218,230,240) 95%);
border: 1px solid;
border-radius: 20px;
box-shadow: 3px 5px 10px grey;
font-family: 'Quintessential';
margin: 0.5%;
overflow: auto;
-pie-background: linear-gradient(top, rgb(242,246,250) 21%, rgb(218,230,240) 95%);
behavior: url(/PIE/PIE.php);
}
我有这个。 htaccess的:
AddType text/x-component .htc
有谁知道pq不起作用?问候和感谢。