|
|
|
|
|
fgColor
fgColor gets/sets the foreground color, or text color, of the current document.
Syntax
color = document.fgColor document.fgColor = colorParameters
color is a string representing the color as a word (e.g., "red") or as an octal value, as in HTML (e.g., "#eee").
Example
Notes
Specification
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|