Turn Off Box Element and Positioning Outline (for Firefox and Safari)


/ Published in: CSS
Save to your folder(s)

Turns off the outline that often shows up in positioned blocks on Firefox and Safari


Copy this code and paste it in your HTML
  1. outline-style:none;
  2.  
  3. or
  4.  
  5. outline:none;

URL: http://www.stylegala.com/features/css-reference/outline.htm

Report this snippet


Comments


You need to login to view comments.