Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/267.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/77.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
Php Internet Explorer 9显示问题_Php_Html_Css_Browser_Internet Explorer 9 - Fatal编程技术网

Php Internet Explorer 9显示问题

Php Internet Explorer 9显示问题,php,html,css,browser,internet-explorer-9,Php,Html,Css,Browser,Internet Explorer 9,我正在为一个客户开发一个网站。我已经在Chrome、IE 10、IE 9等浏览器上测试了该网站,但在她的电脑上,该网站似乎显示不正确(徽标与导航文本重叠)。她使用的是WindowsVista 32位Internet Explorer 9。她没有兼容模式,我们已经试过了。还清除了缓存和网站数据 在链接库下,我有一个滚动图像/链接,Dreamweaver会自动将PHP脚本插入html代码的头部。当我删除了这些链接后,网站又恢复了正常。我有点困惑 可在此处找到网站链接(查看源代码应显示所有代码等):

我正在为一个客户开发一个网站。我已经在Chrome、IE 10、IE 9等浏览器上测试了该网站,但在她的电脑上,该网站似乎显示不正确(徽标与导航文本重叠)。她使用的是WindowsVista 32位Internet Explorer 9。她没有兼容模式,我们已经试过了。还清除了缓存和网站数据

在链接库下,我有一个滚动图像/链接,Dreamweaver会自动将PHP脚本插入html代码的头部。当我删除了这些链接后,网站又恢复了正常。我有点困惑

可在此处找到网站链接(查看源代码应显示所有代码等):

为您的CSS尝试此功能

#logo_container {
height: 50px;
margin-top: -20px;
width: 220px;
margin: 0 auto;
}
#logo_img {
height: 220px;
position: relative;
width: 220px;
z-index: 97;
}
#bridalgallery a {
background: #ffff00; /* use background:url(yourimage.png) */
padding: 10px;
display: block;
width:300px; /* use your image width */
height:300px; /* use your image heigth */
}
#bridalgallery a:hover {
background: #ffffff; /* use background:url(yourimagehover.png) */
padding: 10px;
display: block;
width:300px; /* use your image width */
height:300px; /* use your image heigth */
}

你有没有在她的机器上试用过Chrome和Firefox,看看它是否表现出同样的症状。还有,为什么不运行Windows update,看看她的机器是否缺少一些重要的IE9更新。不,我没有,但我检查了Windows更新,但他们的计算机没有任何更新。今晚我会让她安装chrome,看看进展如何。这是一个很好的起点。一些疑难解答提示。很好的网站:)对她来说Chrome很好。很高兴听到这个消息,所以我们排除了她的电脑是罪魁祸首。所以这是她机器上IE9的最大问题。你的客户可以做两件事,要么卸载并重新安装她的IE9,然后重新应用所有补丁,要么升级到IE10。