Javascript Reference
Categories: STYLE

javascript STYLE outlineStyle

@March 15, 2008, 1:22 a.m.
outlineStyleFirefox/Netscape/NN 6 IE 5(Mac) Chrome/Safari/DOM 2  

Read/Write  

Controls the line type of an outline.

 
Example
 
document.getElementById("announce").style.outlineStyle = "solid";
 
Value

Style values are case-insensitive constants that are associated with specific ways of rendering outline (and border) lines. The CSS style constants are: dashed, dotted, double, groove, hidden, inset, none, outset, ridge, and solid.

 
Default

none


Powered by Linode.