Is it possible to have a div function as a background, in the same manner that the body background tag functions?
By that I mean, the body background element is not affected by the browser window size, whereas div’s always will produce scrollbars should the div extend beyond the browser window size. No matter how small or large the background is, no scrollbars will appear when using the body background tag.
I need to get a div to function in that same way, I need it to be very wide, but I can’t have scrollbars appear because of it, it needs to act as a background.
Any tips?