I have a table styled like this: http://jsfiddle.net/naveen/SGQBF/
On hovering the trs, I would like to show a bullet at the first td or tr.
This is working as expected in Firefox. But in Chrome the bullet is being shown at every td.
My questions are
- Whats wrong with my CSS?
- How could I correct that?
I think that’s a bug.
Here is a work-around.