Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Control+Click on table cells: How to disable the blue border around the table cell.

  • 1 përgjigje
  • 24 e kanë hasur këtë problem
  • 25 parje
  • Përgjigjja më e re nga wm.morgun

more options

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?

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?

Krejt Përgjigjet (1)

more options

Solution is to add "-moz-user-select: none;" for table elements that you want to disable this behavior.