PDA

View Full Version : Help Needed - Thread color change - Please


fevredsuk
08-28-2011, 01:57 PM
Hi all please can someone help me

after weeks of messing about I am still stuck on this problem

surely some one here knows all to solve this.

I am trying to get threads in threaded view to change colour when they have been read

I have added

}

.postlist a:visited {
color: #00ff00;
}

to the threaded_view part of showthread.css

If i right click on the threads and open in a new tab then the threads do turn green, but if I just click on them and read the posts on the same page the threads do not change color

heres a picture to show what I am trying to achieve.

The links only change color if I open them in a new tab - why is this and how can I get them to change by just clicking on them

https://vborg.vbsupport.ru/external/2011/08/13.png

Thanks

Lynne
08-28-2011, 04:36 PM
It's a static page. The only way the links would change color on the page is if you had some ajax/script that would change it.

fevredsuk
08-28-2011, 05:31 PM
would that need a mod/plugin creating creating??

Lynne
08-29-2011, 12:00 AM
Some sort of code/javascript would need to be written.