Livejournal
Log in
Post
Friends
My journal
roniabirk
in
opal_help
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
Previous
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
Previous
Leave a comment
Up
Comments 14
Reply
div.entries { height: 600px; }
Or however tall you want it ...
Reply
Reply
Reply
Leave a comment