Not sure if possible! What language?
Hello everyone,
I am new here, hopefully someone can help me get started.
I have a webpage using php and mysql consisting of 100 table cells (ten rows across and ten rows down) which is an php include file. The content for each cell is pulled out of the mysql database. Each cell is unique to a individual record in the database by ID. Another page on this same website is used to select the content to place in each cell, normally firstname, lastname. One field in the database is called responsible member this can change on each cell.
One this same page I have another php include file designed to count the number of responsible members within the 100 cells and display the firstname, lastname on the side of the 100 table cells.
What I would like to do is when you scroll over the username on the right, I would like to highlight the boxes on the left associated with that responsible member. Is this possible? I am sure that it is but don't know how to go about it. Any suggestions would be greatly appreciated.