javascript STYLE outlineWidth
| outlineWidth | NN 6 IE 5(Mac) DOM 2 |
|
|
Read/Write |
|
Controls the thickness of the outline lines. |
|
| Example | |
document.getElementById("announce").style.outlineWidth = "2px";
|
|
| Value | |
|
Three case-insensitive constantsthin | medium | thickallow the browser to define exactly how many pixels are used to show the border. For more precision, you can also assign a length value. |
|
| Default | |
|
medium |
|
Previous: javascript STYLE overflow
1879,Nickname,Homepage or email,Comments here,Add comment
