Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

outline-style

The outline-style property sets the style of the outline. It works like border-style. For example:

button {outline-style: dotted;}

You can set the style to none, dotted, dashed, solid, double, groove, ridge, inset, or outset.