Background Image Position |
Background Image Position |
Oct 22 2005, 05:23 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Oct 2005 Member No: 273,677 |
Okay, I have most of my Xanga done and I just added the background image. But, I need to get it into the right position. How do I set the position of that image?
Well, thanks for the help before hand. -Tony |
|
|
|
![]() |
Oct 22 2005, 06:06 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Use this.
CODE <style type="text/css"> body { background-color: #HEX_CODES; /* color */ background-image: url(''); /* image url */ background-position: center center; /* display image where you want it to be */ background-repeat: repeat; /* repeat or not */ background-attachment: fixed; /* fixed or keep scrolling */ } </style> Actually it kinda depends what the image is but yeah whatever you can position it to the right bottom center etc. |
|
|
|
Oct 23 2005, 06:01 AM
Post
#3
|
|
![]() This bitch better work! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,681 Joined: Jul 2004 Member No: 28,095 |
^ yep, that's it. if you have anymore questions about this, PM me!
TOPIC CLOSED |
|
|
|
![]() ![]() |