scroll image? |
scroll image? |
![]()
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
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
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.
|
|
|
![]() ![]() |