为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox 8.0.1 Mac OSX is not showing some CSS correctly, what can I do?

  • 2 个回答
  • 3 人有此问题
  • 5 次查看
  • 最后回复者为 TheSoMeEx

more options

Developing a new site, suddenly, my main body columns are both to the right, rather than on the left and right (as can be seen in other browsers).

The "Need Help" column should be on the left:

.rt-container .rt-pull-6 {

   left: -480px;

}

And the main body should be in the center:

.rt-container .rt-push-3 {

   left: 240px;

}

Developing a new site, suddenly, my main body columns are both to the right, rather than on the left and right (as can be seen in other browsers). The "Need Help" column should be on the left: .rt-container .rt-pull-6 { left: -480px; } And the main body should be in the center: .rt-container .rt-push-3 { left: 240px; }

所有回复 (2)

more options

Why don't you define them in the order that you want them to appear?

A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

This is a modular/moveable template framework that I and many thousands of others have used on more than one site.

It's not about defining them in order, it's about something that was working fine one day suddenly not working on dozens of my own sites the next.

Thank you for the tip on the zine site.