border="0" on table disables border colour updates on table cells
Both table cells below have borders which should change colour when you click them (:active).
Opera does not repaint the border when parent table has the border="0" attribute.
Additionally, if either the width or style of the border is changed dynamically, then the repaint will occur.
Table with attribute border="0" |
Table without attribute border="0" |