Forum Moderators: not2easy
I have been searching for the code and tweaking for hours and it seems like this should be alot easier than what i'm making of it. the object is just to make the page look the same to someone who uses 800X600 as it looks to me in 1440X900, with reagards to the background.
[edited by: tedster at 6:11 am (utc) on Nov. 19, 2007]
[edit reason] remove specifics [/edit]
I think I've got bad news for you. There is no way to resize a background image. It will always display at the same pixel sizes that it is natively. You can make it tile, and therefore repeat; you can use a background color that blends with it and sort of "takes over" where the image stops. But the background image cannot change its native size.
If you had control over HTML and CSS (for myspace you wouldn't), then you could do this, but without dipping your hand into another cup called JAVASCRIPT, you would NOT be able to keep the x-y ratio static. It would just stretch to fit any which way.