Hello all,
Simple question
I had set up a pseudo-class like this
a.sub:link { property } ....
a.subTwo.link { property }...
It was working fine until I decided to define a global anchor pseudo-class
a.link { property } ...
a.sub:link { property } ....
a.subTwo.link { property }...
Now sub and subTwo have inherited the a class properties even though I had
declared individual properties for each one of them and applied directly to
links, for example:
<a href="#" class="subTwo">Link Goes Here</a>
Could some one give me a hint?
Thanks!!
...helmut
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************