Scrolling Entries

Oct 06, 2004 08:32

To make your entries scroll, review the print_entry function to find where (and understand how?) the entries are printed and then add a little CSS to the stylesheet.

Oh yeah, a cut might be nice. )

Leave a comment

Comments 14

obscureterminus May 18 2006, 20:38:19 UTC
Is there a way to get the entire journal to scroll? So the banner will always remain visible along with the side bar?

Reply

roniabirk May 18 2006, 20:42:10 UTC
You can try giving your DIV class = entries a height and it should put a scrollbar whenever the height exceeds the one defined in the CSS.

div.entries { height: 600px; }

Or however tall you want it ...

Reply

obscureterminus May 18 2006, 22:45:54 UTC
Awesome!! Thank you!! :)

Reply


chungsparadise September 20 2006, 10:01:32 UTC
I know this is an old entry, but could you tell me how to get it to STOP scrolling within the CSS?

Reply


Leave a comment

Up