简体   繁体   English

IE7显示链接不正确

[英]IE7 shows links improperly

This site doesn't work properly in IE7: http://www.remleehospitalfoundation.org It worked fine in Chrome and IE8 supposedly. 此网站无法在IE7中正常运行: http : //www.remleehospitalfoundation.org据称它在Chrome和IE8中可以正常运行。 This isn't my site. 这不是我的网站。

HTML consists of standard relative links: HTML由标准的相对链接组成:

<a href="/contact">Contact</a>

In IE 7's status bar, the above link appears as: 在IE 7的状态栏中,以上链接显示为:

http://./contact

Why is IE7 the only browser affected, and how can this be fixed? 为什么IE7是唯一受影响的浏览器,如何解决? Again, this isn't my site but was asked to find out what's up. 再次,这不是我的网站,但被要求找出最新情况。

Thanks for any help you can offer. 谢谢你的尽心帮助。 I have never seen anything like this in my entire career. 在我的整个职业生涯中,我从未见过这样的事情。

UPdate: I was talking out of my bum. 更新:我在说我的话。

Look at the source and you get your answer (<base href="./") 查看源代码,您会得到答案(<base href="./")

<head> 
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    <link href="templates/style.css" rel="stylesheet" type="text/css" media="screen, print" /> 
    <title>Dr. R.E.M. Lee Hospital Foundation - Board of Directors</title> 
    <base href="./" /> 
    <script type="text/javascript" src="js/crossfade.js"></script> 
    <link rel="stylesheet" type="text/css" href="templates/lightbox.css" media="screen" /> 
    <script type="text/javascript" src="js/prototype.js"></script> 
    <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> 
    <script type="text/javascript" src="js/lightbox.js"></script> 
</head> 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM