On 2009/09/10 7:57 AM  Barbara Duprey wrote:
Yes, that's what I meant by the key -- by the way, I tried to look it up but Thunderbird doesn't seem to provide a way to scroll through the header, and that part overflowed onto a page I couldn't see. What's the trick for getting at the whole header?

You can use "header scroll extension 0.3.2"
https://addons.mozilla.org/en-US/thunderbird/addon/1003

Or you can put the following in your "userChrome.css" file in your user profile. Adjust font-family/size, and max-height to your preference. For info on userChrome.css see
http://kb.mozillazine.org/UserChrome.css

/* Add vertical scrollbar for expanded header view */
#expandedHeaderView {
 font-family: "Lucida Sans" !important;
 font-size: 10px !important;
 max-height: 11em !important;
 overflow: auto !important;
}



--
Larry I. Gusaas
Moose Jaw, Saskatchewan Canada
Website: http://larry-gusaas.com
"An artist is never ahead of his time but most people are far behind theirs." - 
Edgard Varese


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to