Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Learn More

Move message preview pane to bottom. Preview to top.

  • 5 odgovorov
  • 0 ima to težavo
  • 1 ogled
  • Zadnji odgovor od david

more options

I upgraded from 91.13.0 to 102

In my 91.13.0 I had the Classic view and Folder Pane and Message Pane ticked in Layout - View.

Over the years I am used to seeing the Message Preview at the top of the right hand side of the screen and the Messages List below it. However. Now in 102 those two are reversed. Message preview at the bottom and message list above.

It's been so long that I did this layout in many many versions ago and I can't remember how I did it.

I've tried everything I can think of.

Does anyone know how to swap the right hand side Message and Preview panes around from top to bottom?

Thanks in advance

I upgraded from 91.13.0 to 102 In my 91.13.0 I had the Classic view and Folder Pane and Message Pane ticked in Layout - View. Over the years I am used to seeing the Message Preview at the top of the right hand side of the screen and the Messages List below it. However. Now in 102 those two are reversed. Message preview at the bottom and message list above. It's been so long that I did this layout in many many versions ago and I can't remember how I did it. I've tried everything I can think of. Does anyone know how to swap the right hand side Message and Preview panes around from top to bottom? Thanks in advance

Izbrana rešitev

Just testing the format: maybe this would have worked:

 #messagesBox {-moz-box-direction: reverse;}   
Preberite ta odgovor v kontekstu 👍 1

Vsi odgovori (5)

more options

If you have a userControl.css file in a chrome folder, then add this line:

  1. messagesBox {-moz-box-direction: reverse;}

and then select layout>classic view

more options

Correction: I have never figured out how to post code into this forum. Ignore the 1. and preface messagesBox with # See attached sample.

more options

Izbrana rešitev

Just testing the format: maybe this would have worked:

 #messagesBox {-moz-box-direction: reverse;}   
more options

david,

Thank you very much. Instantly solved it. Phew. I made the userChrome.css file. Added it with that line into the Chrome folder in the profile.

I'd fiddled with that for a while and you answered so quickly and it is now back to looking as it has done for years. Back to familiarity.

Have a good weekend. Your help is much appreciated. The head scratching is over :)

Thanks from the UK.

Spremenil hal2010

more options

You're very welcome.