Zerb Foundation 3 - IE7 Fix不工作? [英] Zerb Foundation 3 - IE7 Fix not working?

查看:179
本文介绍了Zerb Foundation 3 - IE7 Fix不工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在获取Zerb Foundation 3的IE7版本时遇到问题(找到这里

I am having an issue getting the IE7 fix for Zerb Foundation 3 (found HERE)

我更改了以下内容:

 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../javascripts/boxsizing.htc); 
}

以及:

.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; *behavior: url(../javascripts/boxsizing.htc); 
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}

然而,依据我的adobe browserlab测试,现在我不知道如果它只是一个browserlab问题,我不能运行IE7。

Yet it is still not rednering properly in IE7 according to my adobe browserlab test, now im not sure if its just a browserlab issue as I cant run IE7.

我也试图包括 Modernizr的无框大小仍然实现,但似乎也没有帮助。

I have also tried to include Modernizr's no-box-sizing which is still implemented but also does not seem to be helping.

您可以查看此处的网站

提前感谢!

推荐答案

我已经解决了问题,我使用foundation转换为wordpress和包括上面的我的style.css我的主题的顶部,它为我工作。

I have solved the issue, I was using foundation converted to wordpress and I included the above at the top of my style.css for my theme and it worked for me.

这篇关于Zerb Foundation 3 - IE7 Fix不工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆