Leave a comment

moonrise January 4 2012, 17:18:54 UTC
I was wondering, is it possible to add an header image in the top black area or will that break the code too badly?

Reply

itsanooray January 4 2012, 17:27:11 UTC
You probably can but I wouldn't recommend it. It's stickied, so if you put an image in there it'll probably cover up a good chunk of your content.

Reply

moonrise January 4 2012, 17:39:23 UTC
Hmm.. good point. So looking at your code when I added in a header it placed it above the black navigation so that it was in the center of the page. Is there something special I would need to do to make my header float under it like the entries?

Reply

itsanooray January 4 2012, 17:53:18 UTC
Do you have it up somewhere I can look at it? It's quicker for me to see that way at the moment.

Reply

moonrise January 4 2012, 17:59:52 UTC
ruby-lexicon

I havent uploaded your images yet since Im just playing with it but I promise once I figure it all out I will.

Reply

itsanooray January 4 2012, 18:07:52 UTC
Haha thanks.

Try finding this:
#header {
background: url(http://hodo7.com/web/freebies/hooky/texture/nav-bg.png) bottom left repeat-x;
position: fixed;
width: 100%;
height: 70px;
z-index: 2;
}

and replace it with this:
#header {
background: url(http://hodo7.com/web/freebies/hooky/texture/nav-bg.png) bottom left repeat-x;
position: fixed;
top: 50px;
width: 100%;
height: 70px;
z-index: 2;
}

See if that works out for how you want it

Reply

moonrise January 4 2012, 20:43:51 UTC
Yep, that did it. Thanks so much! ♥

Reply

itsanooray January 4 2012, 20:50:13 UTC
You're welcome!

Reply

moonrise January 5 2012, 18:31:24 UTC
Got it all finished and the images that I kept are all on my own host. Credited you in my userinfo.

I was wondering, offhand do you have any idea how to reorder the currents? I want them to be mood, music, location, tags; but I cant seem to locate the coding for it. I use the coding on a permanent account if that helps. I know there are some things you just cant do on unpaid accounts.

Reply

itsanooray January 5 2012, 18:39:38 UTC
I've never done anything like that. I would assume it would involve using layers, which I don't know how to do, unfortunately. I don't know any comm resources, either, but maybe LJ's FAQ might have something.

Reply

moonrise January 5 2012, 18:41:25 UTC
It was worth a shot. Ill keep digging. Thanks again!

Reply


Leave a comment

Up