In Firefox, whenever a link is clicked, there is a dotted outline around the item.
Is it possible to modify it so that I can select the div that is being highlighted, or customize the area that it outlines?
|
|
In Firefox, whenever a link is clicked, there is a dotted outline around the item. Is it possible to modify it so that I can select the div that is being highlighted, or customize the area that it outlines?
|
||
|
|
|
|
In CSS:
For a div (using JQuery):
|
|||
|
|
|
|
I think you will want to check out Removing Dotted Links. If you want to retain the dotted border for tab-based navigation, apply this to
For all links:
For Mozilla-based browsers only:
That only answers half your question though. To change the area the dotted outline outlines, you'll probably have to write some JavaScript to change the border or outline of the element you want to outline based on the click event of the link. |
||
|
|
|
|
You can turn the |
||
|
|