Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 svar
  • 3 har dette problemet
  • 5 views
  • Siste svar av 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; }

All Replies (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.