Hi,
I am using tags for links on a web page. How do I disable tab key from selecting either of them.
|
|
Hi, I am using tags for links on a web page. How do I disable tab key from selecting either of them.
|
||||||
|
|
|
You could do something like this for those links:
You should use the answer below, though. |
||||||
|
|
|
I've had to prevent divs with and overflow: auto css rule from having a tab stop before and what I did was (transposed for a's):
Using tabindex rather than blurring means the focus will skip to the next element. Are you sure you want to disable tabindex though? It's kinda vital for navigation without a mouse. Just noticed a similar answer in plain HTML |
||
|
|
|
|
Alternatively you could go for plain HTML solution.
|
||||||||||||
|
|
|
Try
|
||||||
|