Can someone Help me please!, Im having trouble with CSS |
Can someone Help me please!, Im having trouble with CSS |
Aug 9 2006, 02:18 PM
Post
#1
|
|
![]() Xanga User ![]() Group: Member Posts: 7 Joined: Jul 2005 Member No: 181,827 |
Well Im making a website, everything was going good until I tried to get the background image from repeating. Now my whole site background is white. What am I doing wrong? Please can someone help me?
QUOTE <style type="text/css">
body {font-size: 12pt; Font-family: "papyrus"; color: #999999; background-color: transparent; background: url('http://www.guildwars.com/images/homepage/home-bg2.jpg') background-repeat: no-repeat; background-attachment: fixed;} b {color: #FF0000; text-decoration: blink;} a {text-decoration: none;} a:link {color: #990000;} a:visited {color: #00FFFF;} a:active {color: #00CC33;} </style> |
|
|
|
toyo loco Change:
CODEbackground: url('http... Aug 9 2006, 02:48 PM
Catsrulexxx YAY it works thank u very much! Aug 9 2006, 02:52 PM![]() ![]() |