(Untitled)

Dec 27, 2004 00:07

Hey! I*m new, but I have a question and this looked like a good community to ask it. OK my question is, I*m re~doing my layout for my journal and I am having problems getting my background picture doing what I want. I made it in Adobe Photoshop and I want it to be just one picture in my background, no multiples of the same picture and I want it to ( Read more... )

Leave a comment

Comments 3

sra33 January 13 2005, 20:53:55 UTC
Hehe, that I can help with! Hopefully this code will work... Now I'm doing this assuming you have some knowledge in overrides. Let me know if you don't.

body {
background-color: black;
background-image: url(http://www.unitykey.com/images/full_moon_oak_LJ.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top-left;
}

That's my background. So basically, you put your URL in the url prompt, and in the background-postion, put center instead of top-left. Make sure you have a decent background color. My graphic fades to black, so my background is also black. :-D

Hopefully that answered your question.
~Sammy-Joe

Reply

sra33 January 13 2005, 20:55:11 UTC
oh, and BTW, you can put a hex code in place of the background color. Make sure to put # before it, though. Example: #FF00FF

~Sammy-Joe

Reply

fluffy_monkey January 14 2005, 00:18:27 UTC
haha thanks but i already knew how to do all that. my post was also kinda old so i figured everything out a while ago, but thanks.

Reply


Leave a comment

Up