All, After searching, I have found a way to turn off the flashing green arrow in userChrome.css. For those similarly affected, you need to add the following to your ~/.mozilla/firefox/<profile>/chrome/userChrome.css file: /* * Turn off flashing green download arrow splash: */ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); #downloads-indicator-notification { display: none !important } This looks highly unprofessional in a business setting such as a presentation or in court. No professional needs the display looking like a circus with each click of the mouse during a presentation. I know this is a mozilla issue, but it is worth keeping in mind for all developers. When this 'cutesie' stuff is added, for goodness sake, create a simple check-box that allows the user to turn this stuff off -- without having to waste time to find out how to hack css files to get rid of this unwanted fluff. Interfaces should be clean, functional and unintrusive. Remember, a new feature is a BUG if it cannot be turned off. Hopefully there are not too many more of these in firefox or thunderbird... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org