I have a footer div with 100% width. It\'s about 50px high, depending on its content.
Is it possible to give that #footer a background image that kind of overflows t
You can use a css3 psuedo element (:before and/or :after) as shown in this article
:before
:after
https://www.exratione.com/2011/09/how-to-overflow-a-background-image-using-css3/
Good Luck...