simple html, need some help |
simple html, need some help |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 28 Joined: Apr 2005 Member No: 125,064 ![]() |
ok i gotta simple html question. I'm trying to get a picture for a background on my website. I dont want it tiled, i want it fixed and i want it in the lower right hand corner.
so far i have this: <body background="url for image here"bgproperties="fixed"> but how do i make it not tile and go in the bottom right hand corner?? |
|
|
![]() |
*mona lisa* |
![]()
Post
#2
|
Guest ![]() |
Really? Use this:
CODE <style type="text/css">
body {background:white url("URL") no-repeat fixed right bottom} </style> |
|
|
![]() ![]() |