Background |
![]() ![]() |
Background |
Jul 20 2005, 10:59 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 26 Joined: Jan 2005 Member No: 81,218 |
I can use this code for my background pictures, but I can't edit it right to make it so my picture is not repeating, and it show up in the bottom left-hand corner.. heres the code, can someone edit it for me?
body{font-family:Oak, arial, Times new roman;background-color: 000000;background-image:url(http://www.exclaim.ca/images/bright_eyes_01.jpg); background-position:0%; background-repeat:repeat; background-attachment:fixed;} |
|
|
|
Jul 20 2005, 11:01 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Use this:
CODE <style type="text/css">
body{ font-family:Oak, arial, Times new roman;background-color: 000000; background-image:url(http://www.exclaim.ca/images/bright_eyes_01.jpg); background-position:left; background-repeat:no-repeat; background-attachment:fixed;} </style> |
|
|
|
Jul 20 2005, 11:04 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 26 Joined: Jan 2005 Member No: 81,218 |
hey thanks i got it!!!
|
|
|
|
Jul 20 2005, 11:16 PM
Post
#4
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
You're welcome!
|
|
|
|
Jul 21 2005, 12:01 AM
Post
#5
|
|
![]() mosh. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,841 Joined: Dec 2004 Member No: 73,114 |
|
|
|
|
![]() ![]() |