side background |
![]() ![]() |
side background |
Jun 13 2006, 09:22 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jun 2004 Member No: 25,638 |
i need a code that only shows the background picture on the sides like on this myspace
|
|
|
|
| *This Confession* |
Jun 13 2006, 10:45 PM
Post
#2
|
|
Guest |
yea learn and start searching around
CODE <style>
body{ background-color: ######;}</style> |
|
|
|
Jun 14 2006, 01:22 AM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jun 2004 Member No: 25,638 |
i already did "start searching around"
that only lets you have a background color though. and the example has a photograph as a background. so. boo. |
|
|
|
Jun 14 2006, 11:49 AM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 123 Joined: Feb 2006 Member No: 368,723 |
try
CODE <style>
body { background: 000000 url(imageurl); background-position: top left; background-repeat: repeat; background-attachment: fixed; </style> |
|
|
|
![]() ![]() |