Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/73.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 IE 6中的块显示错误_Html_Css_Internet Explorer_Internet Explorer 6 - Fatal编程技术网

Html IE 6中的块显示错误

Html IE 6中的块显示错误,html,css,internet-explorer,internet-explorer-6,Html,Css,Internet Explorer,Internet Explorer 6,有人知道为什么IE6中右上角的块看起来不同吗?如何修复它?很抱歉,我这里也没有ie6,但是通过ie7显示模式查看时,searchContainer比块的其余部分大,这可能就是您看到的 添加高度:45px可以解决此问题 希望这对您有所帮助IE6本机不支持png图像中的不透明度,并且在z排序方面存在一些问题,但这两个问题都可以解决 把这个css: #pageheader { z-index:999; } #logo { filter: progid:DXImageTransform.Microsof

有人知道为什么IE6中右上角的块看起来不同吗?如何修复它?

很抱歉,我这里也没有ie6,但是通过ie7显示模式查看时,searchContainer比块的其余部分大,这可能就是您看到的

添加高度:45px可以解决此问题


希望这对您有所帮助

IE6本机不支持png图像中的不透明度,并且在z排序方面存在一些问题,但这两个问题都可以解决

把这个css:

#pageheader { z-index:999; }
#logo { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='http://preview.hksenet.hk/Content/images/HKSE_logo_2C.png'); }
#logo img { filter:  progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

进入样式表,并仅使用IE6的条件注释将其包含到页面中。

我们中没有多少人会使用IE6。你能描述一下问题或提供一个屏幕截图吗?IE6?没有人再使用IE6:。快把你的电脑扔掉。