Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/34.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 IE8-在缩放的div中,闪烁的插入符号显示与文本输入的偏移量_Css_Internet Explorer 8_Textinput - Fatal编程技术网

Css IE8-在缩放的div中,闪烁的插入符号显示与文本输入的偏移量

Css IE8-在缩放的div中,闪烁的插入符号显示与文本输入的偏移量,css,internet-explorer-8,textinput,Css,Internet Explorer 8,Textinput,我使用MS Matrix来缩放包含文本输入的div。所有内容在视觉上都可以正确缩放,但闪烁的插入符号显示偏移量。输入的文本仍显示在正确的位置 偏移量似乎与应用于包装器div的缩放量成正比 css html 您能提供演示或任何代码吗?这里没有太多东西可供使用。请阅读以下内容:@Diodeus,谢谢你的提示。我已经编辑了我的问题。 #wrapper { width: 800px; height: 600px; filter: progid:DXIma

我使用MS Matrix来缩放包含文本输入的div。所有内容在视觉上都可以正确缩放,但闪烁的插入符号显示偏移量。输入的文本仍显示在正确的位置

偏移量似乎与应用于包装器div的缩放量成正比

css

html



您能提供演示或任何代码吗?这里没有太多东西可供使用。请阅读以下内容:@Diodeus,谢谢你的提示。我已经编辑了我的问题。
#wrapper {
        width: 800px;
        height: 600px;
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.86, M12=0, M21=0, M22=0.86, Dx=71.68, Dy=53.7599999999);    
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.86, M12=0, M21=0, M22=0.86, Dx=71.68, Dy=53.7599999999)";
    }
<div id="wrapper">
    <input type="text" >
</div>