Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 2 antwurd
  • 3 hawwe dit probleem
  • 5 werjeftes
  • Lêste antwurd fan 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; }

Alle antwurden (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.