Replies

Sep 24, 2022 3 years ago
bloodghoul2
is Melody's Little Helper
User Avatar

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.

"I am not the one who is wrong. What's wrong is this world!"

Sep 25, 2022 3 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

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.

Sep 25, 2022 3 years ago
bloodghoul2
is Melody's Little Helper
User Avatar

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.

"I am not the one who is wrong. What's wrong is this world!"

Sep 26, 2022 3 years ago
Phoenix
is a PUNKin
User Avatar
ColdFire

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]


Ping, sMail or comment me, I'll craft anything!
Looking for a guide to alchemy? Please visit:
Trajan
[/box]

Please log in to reply to this topic.