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?
Dynamic selectable data inside a css scroll-box Question
Moderator: General Moderators
Dynamic selectable data inside a css scroll-box Question
Last edited by redtail on Fri Feb 19, 2010 6:44 pm, edited 1 time in total.
Re: Dynamic selectable data inside a css scroll-box Question
"ajax" since you asked this in javascript forum
Re: Dynamic selectable data inside a css scroll-box Question
kaszu wrote:"ajax" since you asked this in javascript forum
Do you have any examples that I can look at (sites, etc...)?