Is it possible to extend a background
element in a div outside of the div frame?
And a follow-up question pertaining to a workaround I've found:
I've put an <img>
in my HTML code positioned behind my main content. That displays the whole background image correctly, but there are scroll bars extending the full length of the image and the of course the image is selectable. Is there a way to remove the scroll bars and make that image non-selectable?
The reason I'm not putting the background image in the body
style of the CSS is because I want the background to be attached to my content when the browser window is resized.