my background is all weird |
my background is all weird |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Dec 2004 Member No: 76,950 ![]() |
ok so i made my layout how ever when i put the background to black i get these weird white blocks how do i make the WHOLE thing black?
http://www.myspace.com/justmygirls ![]() |
|
|
![]() |
*Kathleen* |
![]()
Post
#2
|
Guest ![]() |
Where you have this:
CODE body { cursor: normal; align: center; scrollbar-face-color: ffffff; scrollbar-shadow-color: ffffff; scrollbar-highlight-color: ffffff; scrollbar-3dlight-color: ffffff; scrollbar-darkshadow-color: ffffff; scrollbar-track-color: ffffff; scrollbar-arrow-color: 000000; background-color: black; overflow-x:hidden; } Insert background-color: 000000; so it looks like this: CODE body { background-color: 000000; cursor: normal; align: center; scrollbar-face-color: ffffff; scrollbar-shadow-color: ffffff; scrollbar-highlight-color: ffffff; scrollbar-3dlight-color: ffffff; scrollbar-darkshadow-color: ffffff; scrollbar-track-color: ffffff; scrollbar-arrow-color: 000000; background-color: black; overflow-x:hidden; } Edit // Eep; you already have that. Hrm. Can I see all of your coding? You're using DIVs, no? |
|
|
![]() ![]() |