Help - Search - Members - Calendar
Full Version: Add Image beside Scroll bar?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
Lightner
Ok lol im too stupid right now too figure anything out, so can you guys tell me how to add a 200-200 image that scrolls with my scroll bar??
lovescream
when you add the image in your look&feel under "Background image" Make sure to uncheck "scroll with page."
Lightner
i dont like to use the look&feel normal stuff, i use html usually. Do u have the code by chance?
lovescream
No, I don't have the code.
Pulchritude
QUOTE
i dont like to use the look&feel normal stuff, i use html usually. Do u have the code by chance?


y cant u just make your own backround and put it in the backround box?? its more simplier than using a code ... by the chance u could try to use this

CODE
body {
background-image:url(PUT URL HERE IF YOU HAVE A BACKGROUND IMAGE, IF NOT, DELETE EVERYTHING INSIDE THE PARENTHESES);
background-repeat: repeat-y-x;


or
CODE
<style type="text/css">
body {
background-image:url(PUT URL HERE IF YOU HAVE A BACKGROUND IMAGE, IF NOT, DELETE EVERYTHING INSIDE THE PARENTHESES);
background-repeat: repeat-y-x;</style>


i didnt know wheater i had to use the <style part or not.. but im not sure..
mona lisa
QUOTE(azn.peace.maker @ Mar 31 2005, 6:23 PM)
CODE
<style type="text/css">
body {
background-image:url(PUT URL HERE IF YOU HAVE A BACKGROUND IMAGE, IF NOT, DELETE EVERYTHING INSIDE THE PARENTHESES);
background-repeat: repeat-y-x;</style>


i didnt know wheater i had to use the <style part or not.. but im not sure..
*

just to verify, yes, you do need it since its CSS. _smile.gif
Pulchritude
QUOTE(gotnoheart @ Mar 31 2005, 3:45 PM)
just to verify, yes, you do need it since its CSS.  _smile.gif
*

o ok got.. i knew it! hahah thx.. biggrin.gif
lovescream
That doesn't make it go with the scrollbar.

I know you have to add background-attachment: but I dont know what goes after it. I know if you want it to stay fixed it's no-fixed.. so.. try playing around with it, and eventually you'll get it if you put in the correct words.
talcumpowder
^ Mmmm.... Fixed. That's what I use, works fine.
You just have to tell it where to repeat.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.