Is there a method to expand the boundaries of a background
element beyond the limits of a div?
Additionally, I have a query regarding a workaround that I have implemented:
I have inserted an <img>
tag in my HTML code positioned behind the main content. This correctly displays the entire background image, however, scroll bars appear along the full height of the image and the image itself is selectable. Is there a way to eliminate the scroll bars and make the image non-selectable?
The rationale for not placing the background image in the CSS body
style is because I want the background to remain attached to my content even when resizing the browser window.