scroll image? |
scroll image? |
Jan 26 2010, 03:32 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Mar 2007 Member No: 511,742 |
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}
Reason for edit: Use a codebox next time for your codes. --Beenly
|
|
|
|
Yuniechan scroll image? Jan 26 2010, 03:32 PM
Mike Use scroll instead of fixed for the background-att... Jan 27 2010, 06:12 PM![]() ![]() |