Hi, I'm trying to replace my journal header with a different banner but I'm not sure what I'm doing. A friend originally set up my LJ for me ages ago, I think they were working with custom external stylesheets. I can see the code they used, but there seem to be some things missing just from what I've browsed here at your journal. What I'm trying
(
Read more... )
Comments 7
Try this:
.headerimage {
height: 550px;
width: px;
background-image: url(" http://i793.photobucket.com/albums/yy217/tf_epic_recs/AR.jpg") !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
background-position: center !important;
Put the px number in for the width like it is for the height. My header is usually height: 800px; width: 500px; so it fits the width of my journal.
I hope this helps.
Reply
Code is now like this, I wasn't sure if I needed to keep the original parts or not:
.headerimage {
height: 500px;
width: 800px;
background-image: url(" http://ic.pics.livejournal.com/aprilraven/16525607/142932/142932_600.jpg") !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
background-position: center !important;
margin-bottom: 15px;
}
.b-repost-item, FORM#qrform > TABLE[style="border: 1px solid black;"]:last-child TD[style="vertical-align: top; text-align: right;"]:first-child { display: none !important; }
Reply
Code:
.headerimage {
height: 550px;
background-image: url(" http://ic.pics.livejournal.com/aprilraven/16525607/143466/143466_600.jpg") !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
background-position: center !important;
margin-bottom: 15px;
}
.b-repost-item, FORM#qrform > TABLE[style="border: 1px solid black;"]:last-child TD[style="vertical-align: top; text-align: right;"]:first-child { display: none !important; }
Reply
Try replacing top with center. Right now your header is at the very top of your journal. I hope that helps. I've never seen a code like that one before.
Reply
Leave a comment