|
In CSS, if I style
my visited links so they are purple, as so... a:visited { color: purple; } ...once the user has visited a particular link, from then on the color for that link will not be purple. Once the content for that visited page is updated, does the browser realise the linked page has changed and link color change back to it's previous state? No it does not, the browser still thinks that link is visited. Problem! Do you have any suggestions as to how to overcome this? Tim |
- [WSG] Visited links Tim Burgan
- Re: [WSG] Visited links Rob Mientjes
- Re: [WSG] Visited links Lea de Groot
- RE: [WSG] Visited links Focas, Grant
