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?
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.
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
Reply
Reply
Reply
I havent uploaded your images yet since Im just playing with it but I promise once I figure it all out I will.
Reply
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
Reply
Reply
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
Reply
Reply
Leave a comment