Monday, June 6, 2011

How can I make my band's Myspace layout stay in proportion when changing screen resolutions?

http://www.myspace.com/atheriaband



Okay, so the layout looks fine and centered under a 1600x900 screen resolution, but becomes messed up in any other one. Basically, the background resizes and the banner stays in the same resolution. I'm just wondering if there's any code to keep the page in proportion in any resolution?How can I make my band's Myspace layout stay in proportion when changing screen resolutions?
You've got your terms mixed up.



The resolution doesn't change... the image just *moves*



Add this to the background's CSS:



background-position: left top;

background-attachment: fixed;

No comments:

Post a Comment