I am using css id's to format some dynamically generated forms. Some of this dynamic text is hyperlinked. Is there any way to make something like this hover?
<span id="message1">
<a id="link" href="myfile.htm">mylink</a>
</span>
#link {
color:black
}
how can I do this with an ID? I can't use css class properties...........
#link.hover {
color:red
}
Thanks for trying to help,
Liz Catch the vigorous horse of your mind!
<span id="message1">
<a id="link" href="myfile.htm">mylink</a>
</span>
#link {
color:black
}
how can I do this with an ID? I can't use css class properties...........
#link.hover {
color:red
}
Thanks for trying to help,
Liz Catch the vigorous horse of your mind!