drwkqwa82140 2012-06-12 07:31 采纳率: 0%
浏览 23
已采纳

IE下载FF和Chrome下拉菜单

I've noticed my dropdown menu works perfectly in chrome, ff and opera but in IE its a mess - BUT! it works in my 404 page.

Examples: http://www.raal.co.il/ and it works in: http://www.raal.co.il/asd

The weirdest thing is this: I've copied the 404 page's code to a blank page and put it in the home page - and it still doesn't work!! like the address is related some how.

  • 写回答

1条回答 默认 最新

  • dop2144 2012-06-12 07:42
    关注

    The default document mode in IE for http://www.raal.co.il/ is Quirks, and for http://www.raal.co.il/asd it is IE9 standards. (Press F12 for developer tools.) If you change it manually to IE9 standards, you will see the menu works allright.

    This is doctype related. So I checked the source code, and I found something weird in the doctype. The first character looks wrong. Unfortunately, I cant copy and paste it here somehow, so you'll have to check yourself.

    Has something to do with the Hebrew language I guess..

    Edit: In the Firebug Net tab, I found this in front of the doctype:

    

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效