July 1998
Intermediate to advanced
1456 pages
65h 5m
English
alinkColor — NN 2 IE 3 DOM n/a
Read/Write (IE)
Color of a hypertext link as it is being clicked. The color is
applied to the link text or border around an image or object embedded
within an A element. See also
linkColor and vlinkColor
properties for unvisited and visited link colors. Internet Explorer 4
and the DOM have a parallel aLink property of the
BODY object. Dynamically changed values for
alinkColor are not reflected on the page in
Navigator.
document.alinkColor = "green"
A hexadecimal triplet or plain-language color name. See Appendix A for acceptable plain-language color names.
#0000FF
Read now
Unlock full access