|
I finally got it right. I slightly edited Natural Cause's code and it solved the problem. I actually had it several minutes ago, but then I noticed I had copied Cause's code which says ".aRc" and not ".aNc". Once I corrected that and threw in a 'a.hover.anc' it came out right.
Here's the header code for other's future reference:
<style type="text/css">
<!--
.anc {font-family: Arial; font-size: 16px; color: #FFFF99}
a.anc {font-size: 16px; color: #FFFF99}
a:hover.anc {font-size: 16px; color: #FFFF99}
-->
</style>
Used in conjuction with <style=".anc"> open & close tags, page-wide hover commands are ignored.
Thanks again everyone,
c-lo
|