Is there a way to stop the page trying to scroll no matter what size the background image is your trying to use?
I am having an issue that I cant figure out what size the background image needs to be to take up the whole page without the page ending up trying to scroll up or down, left to right.
the background itself isn't what's causing the page to scroll, but rather the fact that you've set the page body size to 1299px x 800px; if someone's browser window is smaller than that, they would need to scroll to see the whole profile.
to prevent this, you would need to add "overflow: hidden" to body. however, keep in mind that different people have differently-sized screens and browser windows, so some people may be unable to view your entire profile if you do this.
Thank you! Thank seemed to work hopefully its ok on the majority of browsers though
One last question .. I have a standalone picture I wanted to add to the profile page. How would I go about this. Its not a pet overlay
The profile in question is my pet Nagisa. Im trying to get a picture to display to the right of the box without making anything else go out of alignment.
If you create a div for it and set its position to absolute, its positioning will be anchored to [tt][/tt], which is set to relative positioning. You may need to define a width for [tt][/tt] in order to keep it properly aligned.
[box=#509b91]
[/box]