Hi
I decided to try out the trial version of TopStyle today. Very impressed.
Only one thing I can't understand (I'm sure there will be many more) why is
TopStyle reporting that:
Pseudo-class :link.star2 isn't supported by this style definition
Pseudo-class :visited.star2 isn't supported by this style definition
Pseudo-class :hover.star2 isn't supported by this style definition
when I'm testing for modern browsers such as Opera 7 and IE6 (I have
configured the style checker for these browsers). This must be wrong. I
would like to know if this is something that happens to other people, can I
not rely on the 'Style Checker' - this is the feature that I most wanted to
use!
BTW - I use the above in the css like this:
a:link.star2 { margin-left: 0.5em; color: #653300; background-color:
#FFCC66; text-decoration: none}
a:visited.star2 { margin-left: 0.5em; color: #F74902; background-color:
#FFCC66; text-decoration: none}
a:hover.star2 { margin-left: 0.5em; color: #FFFFFF; background-color:
#FFCC66; text-decoration: none}
and in the html like this:
<a class="star2" href="about_peter.html">Back</a>
thanks
David