Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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.