How can I set a wallpaper that is the same size as my forum width and height? If I use doc_background, then the size of the image varies depending on the size of your monitor. How do I find out the width and height so that all users see the same size background and it doesn't distort for some?
I have it like that. url(imageurl); background-repeat:repeat; background-attachment: fixed} Code (markup): and i've also tried url(imageurl); background-repeat:repeat; background-position: fixed} Code (markup): I guess what I'm asking, is how do I get the background image to resize itself, or scale itself depending on the browser window size, or the monitor size?