file_focusrings.html (217B)
1 <html><style> 2 * { outline: none; -moz-appearance: none; min-width:10px; min-height:10px; } 3 #elem:focus { outline: 2px solid red; } 4 #elem:-moz-focusring { outline: 1px solid blue; } 5 </style><div id='container'></html>