|
RaZEr, все верно, но Codex'у надо попроще :-)
например такая конструкция точно работает.
A { color: #ffffff; text-decoration: none; }
A.a { color: #999999; text-decoration: none; }
A.a:hover { color: #999999; text-decoration: underline; }
и два типа ссылок -
<a href=/eee/>test</a>
<a class=a href=/ooo/>test</a>
__________________
CUL.
|