為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Move message preview pane to bottom. Preview to top.

  • 5 回覆
  • 0 有這個問題
  • 1 次檢視
  • 最近回覆由 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

被選擇的解決方法

Just testing the format: maybe this would have worked:

 #messagesBox {-moz-box-direction: reverse;}   
從原來的回覆中察看解決方案 👍 1

所有回覆 (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

選擇的解決方法

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.

由 hal2010 於 修改

more options

You're very welcome.