background help, background |
background help, background |
Jun 16 2004, 11:07 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 16 Joined: Jun 2004 Member No: 22,640 |
hi! am new with xanga thingy, i would like to create a stretched background,u know what i mean? coz i tried putting a background, but it's tiled. how am i gonna put it as stretched background? help!
|
|
|
|
![]() |
Jun 16 2004, 12:21 PM
Post
#2
|
|
![]() local html help ![]() ![]() ![]() ![]() Group: Member Posts: 146 Joined: Mar 2004 Member No: 9,395 |
<style type="text/css">
body { background-image: url("urlhere"); background-attachment: fixed; background-repeat: no-repeat; background-position-x: XX; background-position-y: YY; background-position: absolute; } </style> put that in. replace urlhere with the url of the image. replace xx with the x coordinate, yy with the y coordinate. this wont stretch it but it will cause it to not repeat. personally, i just size it to what i want in photoshop instead of having the browser stretch it. |
|
|
|
vampirella background help Jun 16 2004, 11:07 AM
poisonedxivy uhmm ... you might want to resize the image and th... Jun 16 2004, 01:07 PM
ji_cabinx here's the code- a bit more clear!
CODE... Jun 16 2004, 05:47 PM![]() ![]() |