is an option for Hyperlink and related constructs that specifies styles to add when the constructs are active, typically as a result of the mouse being over them.
ActiveStyle
is an option for Hyperlink and related constructs that specifies styles to add when the constructs are active, typically as a result of the mouse being over them.
Examples
Basic Examples (2)
By default, the link color changes on mouseover:
Hyperlink["www.wolfram.com"]Turn off the default behavior:
Hyperlink["www.wolfram.com", ActiveStyle -> None]Change the default color on mouseover:
Hyperlink["www.wolfram.com", ActiveStyle -> Red]Underline the link on mouseover:
Hyperlink["www.wolfram.com", ActiveStyle -> Underlined]Preserve the default mouseover color change:
Hyperlink["www.wolfram.com", ActiveStyle -> {"HyperlinkActive", Underlined}]History
Text
Wolfram Research (2008), ActiveStyle, Wolfram Language function, https://reference.wolfram.com/language/ref/ActiveStyle.html.
CMS
Wolfram Language. 2008. "ActiveStyle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ActiveStyle.html.
APA
Wolfram Language. (2008). ActiveStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ActiveStyle.html
BibTeX
@misc{reference.wolfram_2026_activestyle, author="Wolfram Research", title="{ActiveStyle}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/ActiveStyle.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_activestyle, organization={Wolfram Research}, title={ActiveStyle}, year={2008}, url={https://reference.wolfram.com/language/ref/ActiveStyle.html}, note=[Accessed: 13-June-2026]}