Control+Click on table cells: How to disable the blue border around the table cell.
when I do CTRL+Click on a table-cell in Firefox it gets highlighted with about 2px blue border. I know this is a feature and helps me while copying data from multiple cells.
But its undesirable on my web page. This must be disabled. How can I override this with my CSS?
All Replies (1)
Solution is to add "-moz-user-select: none;" for table elements that you want to disable this behavior.