【发布时间】:2013-11-12 06:27:27
【问题描述】:
所以我的网站主页不会在 Firefox 或 IE 中正确居中。它似乎在 chrome 和 safari 中运行良好。我的网站可以在http://koltondallas.com/ 找到我提前道歉,因为我确定这很容易
【问题讨论】:
标签: internet-explorer google-chrome firefox html center
所以我的网站主页不会在 Firefox 或 IE 中正确居中。它似乎在 chrome 和 safari 中运行良好。我的网站可以在http://koltondallas.com/ 找到我提前道歉,因为我确定这很容易
【问题讨论】:
标签: internet-explorer google-chrome firefox html center
你的类型属性不好:
这个:<link href="style.css" type="text/ccss" rel="stylesheet"></link>
应该是:<link href="style.css" type="text/css" rel="stylesheet"></link>
【讨论】: