allan wrote:
i do not prefer underline in any toc [only the hover].
it's all very simple to fix - i did it the same way:
this is an exerpt-.
dl a:link, dl a:active,
ul.list-toc a, ul.list-toc a:link, ul.list-toc a:active,
dl.dl-toc a, dl.dl-toc a:link, dl.dl-toc a:active {
text-decoration: none;
color: #0000ff;
}
dl a:hover, ul.list-toc a:hover, dl.dl-toc a:hover {
text-decoration: underline;
}
dl a:visited, ul.list-toc a:visited, dl.list-toc a:visited {
color: #993333;
}
Allan, it's not an issue of 'how to fix' but 'how should it be'.
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]