Here is an example. I’m looking to get the row and the column the cursor is over to display the :hover attributes. Is there a way to do this without requiring javascript? If not is there a simple way in jQuery to do this for any number of rows/cols?
Share
Not with css, as with css only one element is hovered (from overlapping non-nested elements).
jQuery can help but it is not trivial..
A crude implementation would be to
.rowand.colclasses to the elements (as appropriate)html
javascript
demo: http://jsfiddle.net/gaby/7V8AN/