hover css problem
Hi, the problem is visible on:
http://www.nondegaucheeuropeen.info/tiki-view_articles.php
I am implementing the convenient feature found in many cms: Click on article header to go to article.
I went in articles_view.php and copied the link to the article around the code that displays the header.
I created a new css div, different from articleheadingtext, so that this style doesn't occurr in the article view, only in the articles list view.
Everything works ok. The text is black as I specified it, for link, hover, active and visited. Except I have specified text decoration: none for link, and underline for hover (very classic). But text-decoration: none doesn't work.