Can fvwm display notification banner always on top

Our company needs to display a graphic at the top of user’s screens. This graphic needs to always stay on top. The graphic is a static image that contains notification text. The image can be loaded when fvwm starts. We thought about putting the graphic as part of the fvwm background image, but then user windows can be placed over it. We need it to stay on top. Can fvwm do something like this?
I have tried to depict this below.

             _____________________________
            |    Notification Message                |
            ---------------------------------------------------
            |                                                  | 
            |                                                  |
            |                                                  |
            |                                                  |
            |                                                  |
            |                                                  |
            |                                                  |                                                  
            ---------------------------------------------------
            |  Taskbar                                    |
            ---------------------------------------------------

It looks like the message board system removed extra spaces from my ascii drawing.

Use FvwmBanner?

Or use an image loader such as feh, with a style line that removes all decoration:

Style foo !Title, !Borders, !Handles, BorderWidth 0, HandleWidth 0, Layer 9, !Closable

Where “foo” is some window name or class – use FvwmIdent on this window.

– Thomas Adam