Image replacement technique and dotted border appeareance
When dotted border appears?
Please note the dotted border goes to the edge of the screen when holding mousedown on it:
dotted borderOverflow fix
Now overflow:hidden stops the outline dotted border "expanding"
dotted borderOutline fix
You can see that outline:none also fixes the problem.
dotted border