I am using APEX5. I am trying to have a custom navigation bar with a background image that stretches the entire width of the navigation bar (other than the hamburger). I would also like to have another smaller image on top of that image. I did this to get the background image in the navigation bar but it does not stretch all the way across and of course does not have the image on top I want:
Logo: #APP_IMAGES#header-background.jpg
Style: STYLE="WIDTH:100%;HEIGHT:AUTO"
I want to use best practices and I think that is to have a css file with the code for the header and include that in each application.
This is the background image I want to stretch across the page:
#APP_IMAGES#header-background.jpg
This is the small image I want on top of that background.
#APP_IMAGES#logo.svg
Any help would be appreciated.