【问题标题】:Div not centering in IE or Firefox, Works correctly in Safari and ChromeDiv 不在 IE 或 Firefox 中居中,在 Safari 和 Chrome 中正常工作
【发布时间】:2013-11-12 06:27:27
【问题描述】:

所以我的网站主页不会在 Firefox 或 IE 中正确居中。它似乎在 chrome 和 safari 中运行良好。我的网站可以在http://koltondallas.com/ 找到我提前道歉,因为我确定这很容易

【问题讨论】:

    标签: internet-explorer google-chrome firefox html center


    【解决方案1】:

    你的类型属性不好:

    这个:
    <link href="style.css" type="text/ccss" rel="stylesheet"></link>

    应该是:
    <link href="style.css" type="text/css" rel="stylesheet"></link>

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-03-18
      • 1970-01-01
      • 2013-12-13
      • 1970-01-01
      • 2015-05-03
      • 1970-01-01
      • 2011-10-14
      相关资源
      最近更新 更多