Page 1 of 1

Dynamic selectable data inside a css scroll-box Question

Posted: Thu Feb 18, 2010 11:43 am
by redtail
I know this can be done, but I'm having problems finding an example of it.

Here's what I'm trying to do:

I've got php/mysql data coming in from a database into a css-scrollbox and want that
dynamic text (summary data) to be selectable. When selected, I want to display the detail field from
the record selected, into another display box area on the same screen. Sort of like a 'reader.'

Any examples?

Re: Dynamic selectable data inside a css scroll-box Question

Posted: Thu Feb 18, 2010 3:26 pm
by kaszu
"ajax" since you asked this in javascript forum

Re: Dynamic selectable data inside a css scroll-box Question

Posted: Thu Feb 18, 2010 3:39 pm
by redtail
kaszu wrote:"ajax" since you asked this in javascript forum

Do you have any examples that I can look at (sites, etc...)?