Header in the Sidebar (SOLVED)

Jan 27, 2010 06:32

Here's hoping there's an easy way to do this and I just can't figure it out.

So I'm using kunzite1's layer codes to have a header to change based on view. My concern now is, if it's possible to print this header in the sidebar. I think this is the easiest way to achieve what I want since I want the header to 1) stay fixed with the sidebar and, 2) have the ( Read more... )

sidebar, header

Leave a comment

Comments 3

malionette January 27 2010, 00:16:22 UTC
LJ is not accepting your CSS probably because you have reached the Custom CSS box's character limit. According to this page the limit is 17460 and that's about where you are.

#k1Hheader {position: fixed;} would in making your sidebar header image scroll with your sidebar. It's just not being accepted because of the CSS limit. Try cutting down the amount of characters you're using in CSS or link to an external CSS.

Reply

malionette January 27 2010, 00:19:17 UTC
#k1Hheader { position: fixed; }
.sidebar {margin-top: 118px;}

will make it *appear* like your header is part of the sidebar and bump the entries and such up.

Reply

kyoy January 27 2010, 21:04:33 UTC
Never knew about that character limit O: They really should put a notice or sth, idk /shrugs

Thanks for the suggestion! It worked like a charm~

Reply


Leave a comment

Up