I have a div tag which displays over a mouse over event. it has an id of "userinfo" it's style by this in css. I'm listing all users in my database via php mysql code.
I want to mouse over a user and have it show that users details.
when what I have now when i mouse over it shows the first user in my list.
i could create a unique div tag called "userinfo$ID" but thn i would need a seperate item in my css for them as well.
how can i get around this?