a:visited on this forum
Posted: 20 August 2004 02:27 PM   [ Ignore ]  
Research Assistant
RankRankRank
Total Posts:  326
Joined  12-21-2003

heya

a:visited{text-decoration:line-through;} or whatever that would help identify what’s new and what’s old in the forum.

Forums use to have different icons for that,
but you can update the CSS in 30 seconds, do you ?

Profile
 
 
Posted: 20 August 2004 04:17 PM   [ Ignore ]   [ # 1 ]  
Lab Assistant
RankRank
Total Posts:  119
Joined  07-15-2002

You can create a bookmarklet to change the style of visited links. See…

http://lojjic.net/blog/20020723-114100.rdf.html

I changed it to make the links gray instead of line-through:

javascript: var styleText=‘color:gray !important’; if(document.createStyleSheet) { /*MSIE proprietary:*/ var ss = document.createStyleSheet(); void(ss.addRule(’:visited’,styleText)); } else { /*W3C Standard:*/ var ss = document.createElement(‘style’); ss.setAttribute(‘type’,‘text/css’); ss.appendChild(document.createTextNode(’:visited {’+styleText+’}’)); void(document.getElementsByTagName(‘head’)[0].appendChild(ss));}

If your browser has a button bar that you can add links to, you can add the bookmarklet to it and check which links you’ve visited with a single click.

Profile
 
 
Posted: 20 August 2004 04:37 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
RankRankRank
Total Posts:  326
Joined  12-21-2003

hmm yeah, that’s cool,
I’ll love it if it could switch to text-decoration:none on click if in previous click it did line-through, and the contrary.

Thx.

Profile
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 65029 Total Logged-in Users: 29
Total Topics: 82117 Total Anonymous Users: 14
Total Replies: 441322 Total Guests: 180
Total Posts: 523439    
Members ( View Memberlist )