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

kunzite1 October 6 2004, 10:39:18 UTC
except that it looks hideous in firefox.

best thing is to add it to print_entry() anyway.

Reply

roniabirk October 6 2004, 12:23:55 UTC
Fixed, I forgot that sometimes setting it to auto and having relative positioning stated makes it all better.

Reply

kunzite1 October 6 2004, 12:25:04 UTC
ahh... much better. :)

Reply


xevinx October 7 2004, 16:27:15 UTC
awesome...

my only suggestion is to add the scrolling to entrytext instead of entry, that way you dont lose the header info when you scroll (in case you want to go to comments next, and so it doesn't merge with entries above....

unless you tried it and it doesn't work well for some reason.

Reply

roniabirk October 7 2004, 17:13:10 UTC
Oh, there is that extra DIV I was thinking of. Good call. :-)

Reply


adidaschica2323 May 7 2005, 10:43:20 UTC
ok, i did the ctrl f to find ".entrytext" -- not found. searched the coding for it, not found. i notice you have the div= "entrytext" bolded, where exactly am i supposed to put the ".entrytext { margin...etc etc etc?

Reply

roniabirk May 7 2005, 10:48:24 UTC
The .entrytext { ... is in your stylesheet.

Reply

adidaschica2323 May 7 2005, 10:50:08 UTC
lol yeah, duh! i thought of that right after i posted. thanks:D

Reply


whatsername_31 January 3 2006, 17:48:25 UTC
Oh thank GOD! I keep having people post massive things on my friends page, so this is gonna be a lifesaver:-D

Reply


whatsername_31 January 20 2006, 15:45:49 UTC
HI. I am using this for scrolling enteries. It is working wonderfully in Netcsaoe and firefox...even resizing the entries horozontally as well as vertically for me automatically. The difficulty I am having is in gett the horizontal scroll bar to size properly in IE. I have used several different widths, but it never seems to be right.

Any ideas as to what I can do?

Reply


Leave a comment

Up