Help - Search - Members - Calendar
Full Version: scroll image?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
Yuniechan
is there a way to put a background image in scroll box that does not change position when the page is resized ? the pic keeps moving and ruins the look of it. its fixed position n all

CODE
<style>
div.myspace-scrollbox {height:198;width:210;background-color:99FF99;background-image:url(url);background-position:right; background-attachment:fixed; background-repeat:repeat;
font-family:Arial;font-size:8pt;color:000000;text-
align:left;border-width:1;border-style:solid;border-color:cccccc;overflow:scroll}
Mickey
Use scroll instead of fixed for the background-attachment property. Next change the value of background-position from right to top left. See if that does the trick.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.