你的源代码有点长..试试这个......在你的html头中
<!-- Foundation 3 for IE 8 and earlier -->
<!--[if lt IE 9]>
<link rel="stylesheet" href="/css/foundation3/normalize.css">
<link rel="stylesheet" href="/css/foundation3/foundation.css">
<link rel="stylesheet" href="/css/foundation3/app.css">
<![endif]-->
<!-- Foundation 4 for IE 9 and earlier -->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="/css/foundation4/normalize.css">
<link rel="stylesheet" href="/css/foundation4/foundation.css">
<!--<![endif]-->
在关闭正文标签之后:
<!-- Foundation 3 for IE 8 and earlier -->
<!--[if lt IE 9]>
<script src="/js/foundation3/foundation.min.js"></script>
<script src="/js/foundation3/app.js"></script>
<![endif]-->
<!-- Foundation 4 for IE 9 and later -->
<!--[if gt IE 8]><!-->
<script src="/js/foundation4/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<!--<![endif]-->
有关更多信息,请参阅此链接http://zurb.com/article/1204/getting-foundation-and-ie8-to-play-nice