Posted by Polder on 11/23/20 11:41
Hi,
I have a menu built this way:
<div class="menu">
<ul class="ul_menu">
<li><a title="click download" href="#">link 1</a></li>
<li><a title="cap I" href="#beatus">link 2</a></li>
....
</ul>
CSS ul_menu class is:
ul.ul_menu{list-style-image: url(menu.gif);}
Now, I would like to change the icon whenever the corresponding link has
been visited.
Is it possible? How?
Thanks.
Navigation:
[Reply to this message]
|