CSS highlighting across cells
CSS highlighting across cells
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- paulsmith0
Why not use CSS ? You could use an inline list and usual a href links with css to set their size and then simply to the a:hover with a background colour change.
If you wanted an entire "table" to highlight when moused over then place the list in a div and apply the same a:hover to that.
I know I am being vague but I am too tired to write a full tutorial on what to do.