I have a "hidden" anchor in the body of a doc. By "hidden," I mean that
the contained text of the anchor is indistinguishab le from the surrounding
text, the text contained by its parent/ancestor element, which may or may
not be the case if the cursor hovers over the anchor text.
[NOTE: I use it to link to a page that provides a login interface to a
database for me to maintain the documents at the web site.]
Not all anchors in the body are changed however.
So I put an 'id' attribute to identify the "hidden" anchor (if I have more
later on, I will use 'class' attribute).
If I have used a selector 'a' (includes pseudo-classes) to specify special
font/color properties, then how can I get the special (id'ed) anchor to
INHERIT whatever the font/color is of the text surrounding it
(parent/ancestor font/color properties), without changing the font/color
properties of anchors not specially id'ed/class'ed?
Tesekkur ederim
Comment