CJ aka WritinginCT (
writinginct) wrote in
getting_started2009-04-29 06:31 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Okay, I've googled and scoured but can't find...
how to add a header image to Transmorgified. Am I missing something simple or does anyone have a link?
Thanks!
Thanks!
no subject
http://community.livejournal.com/transmogrified1/1355.html
I have not tried this, just be warned.
no subject
no subject
When I added a header image, I just did this (which is basically the second option in the link
#header
{
background-image: url(http://www.example.com/image.jpg);
background-repeat: no-repeat;
background-position: bottom right;
height: 150px;
}
the background-position (I used right, because I had an image that "cut off" at the right side, and I wanted it pinned to the right of the display) accepts center, right, left, top, bottom, etc.
height is the height of your image, assuming you want it to fill the header from top to bottom. If you wanted the image centered in a sea of whatever your header color is, make the height larger than your image height.
I've probably left something out...
(ETA - I win at referring to code I didn't include in the snippet. sorry!)
no subject
Can I pick your brain?
#container {
padding-top: 480px;
background-image: url http://img.photobucket.com/albums/username/blacknwhite.jpg;
background-scroll: no-scroll;
background-repeat: no-repeat;
background-position: top center;
}
(yes photobucket url is disguised) but although the blog itself has moved down to make room for a top-centered background image, the image itself doesn't seem to load. I've tried it with and without brackets and speech marks.
Any ideas what might be causing that?
Re: Can I pick your brain?
background-image: url(http://whatever)
Does that fix it?
Re: Can I pick your brain?
Coding really is beyond me. *grin*
no subject
and I just figured out...
Re: and I just figured out...