TOC PREV NEXT INDEX

Put your logo here!


linkColor


linkcolor gets/sets the color of links within the document.

Syntax

color = document.linkColor 
document.linkColor = color 

Parameters

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

document.linkColor = "blue"; 

Notes

None.

Specification

DOM Level 0. Not part of specification.


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX