Click to See Complete Forum and Search --> : div tag full of lines. Can make it auto scroll to last lines?


mparker1113
02-15-2007, 09:32 AM
Hi,

I have made a simple blog journal, which is displayed in a div tag.

When there are like 10+ entries, the last entries aren't visible unless the user scrolls down the div tag.

I would like for the bottom entries to be visible on page load, but then the user can choose to scroll up if they want to see previous entries.

This is probably not a possibility, eh?

lmf232s
02-15-2007, 01:29 PM
are you reading this in from a db?

The re order the query to display the last entry first so that the last entry is the first entry in the box and to see other entries then you scroll down.

Just an exmaple

ORDER BY DATE DESC

mparker1113
02-15-2007, 01:43 PM
It would look nicer i think to have the div in true chronological order and then show the last entry which would be located at the bottom of the div.

lmf232s
02-15-2007, 04:21 PM
What kind of data are you displaying?

mparker1113
02-15-2007, 05:04 PM
text -- it is a very simple blog page.

http://www.iptaichi.org/ipTaichiJournal.asp