Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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.