Hello,
I want to redefine the way an <atag behaves.
I saw to approaches:
.myClass a { ... }
and
a.myClass { ... }
What is the difference?
Which one should I use and how to apply them?
I also need to change the style of a:link and a:hover.
Can I use both approaches for this?
Thank You,
Miguel
I want to redefine the way an <atag behaves.
I saw to approaches:
.myClass a { ... }
and
a.myClass { ... }
What is the difference?
Which one should I use and how to apply them?
I also need to change the style of a:link and a:hover.
Can I use both approaches for this?
Thank You,
Miguel
Comment