On my web page, I a table inside a DIV
that is scrollable.
When I scroll down, I want to highlight the center most viewable row in my table.
How would I do that?
I found the following script that is close to what I desire --> www.rgagnon.com/jsdetails/js-0093.html
But this works only on the MouseOver
event. I want this to work on not just the MouseOver event but also when I simply scroll up/down.