简体   繁体   English

Internet Explorer不显示我的网站的一部分

[英]Internet Explorer dont show a piece of my site

i am creating a new site, based in a pre-existing web page 我正在基于现有网页创建一个新站点

The original site is http://oasisrio.intermediasp.com/ Its works great in Firefox, Chrome, and IE 原始网站是http://oasisrio.intermediasp.com/,它在Firefox,Chrome和IE中都可以正常运行

But the new one "oasisba.intermediasp.com" Dont show the right bar in IE, i check all that i can think about and i dont found the problem. 但是新的“ oasisba.intermediasp.com”没有在IE中显示正确的栏,我检查了所有可以考虑的内容,但没有发现问题。

Someone have any ideas why this is happening? 有人有什么想法为什么会这样?

PD: Sorry for my crapy english PD:对不起,我那疯狂的英语

I'm not an expert on how IE renders things, but you have some XHTML errors in your page. 我不是IE呈现方式的专家,但是您的页面中存在一些XHTML错误。 I copied pasted the final source into an editor and it found a few things: 我将最终源粘贴复制到编辑器中,发现了一些东西:

  • <meta> tags aren't closed (should be <meta /> ) <meta>标记未关闭(应为<meta />
  • None of the <img> tags are closed (should be <img /> ) <img>标记均未关闭(应为<img />
  • Several <a> anchors are <A> instead of the required lowercase, but their closing tag is </a> (lowercase) 几个<a>锚点是<A>而不是必需的小写字母,但是其结束标记是</a> (小写)
  • None of the <br> tags are closed (should be <br /> ) <br>标记均未关闭(应为<br />

But the thing that really jumped out to me was line #293 (just beneath the <!-- FOOTER --> marker) -- there is a </div> . 但是真正让我<!-- FOOTER -->是第293行(在<!-- FOOTER -->标记下方)-有一个</div> This tag is unmatched (no <div> tag). 该标签不匹配(没有<div>标签)。 I looked at the index-content section and it looks like there may be one extra </div> in there than there needs to be. 我看了index-content部分,看来那里可能有一个多余的</div>

If you remove the </div> right above <div id="map"></div> -- does that change anything? 如果您删除</div>正上方<div id="map"></div> -这是否能改变什么? That's my best guess! 那是我最好的猜测!

暂无
暂无

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

相关问题 Internet Explorer无法打开网站? - internet explorer cannot open the internet site? 在Internet Explorer 8中打开网站时出现的问题 - Problems in my website when opened in Internet Explorer 8 关闭选项以从站点打开Internet Explorer中的xls文件? - Turn off option to open xls file in internet explorer from the site? Internet Explorer自动从站点下载音乐而不是流式传输 - Internet Explorer automatically downloading music from site instead of streaming it 无法使用PHP登录到FTP站点,但可以使用Internet Explorer - Can't login to FTP site using PHP but can with Internet Explorer 从Outlook复制/粘贴到Internet Explorer时PHP网站上出现错误 - Error on PHP Site when Copying/Paste from Outlook into Internet Explorer 我不希望我的contact.php将我重定向到一个空白站点,我想显示一条消息而不用离开网络 - i dont want my contact.php redirect me to a blank site, i want to show a message without going out the web 如何仅在 Internet Explorer 中加载网站而不在其他浏览器上打开 - how to load website in internet-explorer only and dont open on other browsers 为什么我的代码在本地主机上的Internet Explorer版本8上不能在服务器上运行,而在Internet Explorer版本10上却不能运行 - Why does my Code work on Internet explorer version 8 on localhost not on server, but not on internet explorer version 10 多好友选择器不会显示在Internet Explorer中 - multi-friend-selector does not show up on internet explorer
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM