Visited links

Discussion in 'Feedback & Suggestions' started by cpemma, 22 Dec 2004.

  1. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    I was going to blame Firefox, but it looks like vB3 is the culprit. Visited links in posts don't change colour, I think cos the css says not to.
    Code:
    a:link
    {
    	color: #22229C;
    }
    a:visited
    {
    	color: #22229C;
    }
    etc.
    I bet this really annoys everybody. :confused:
     
  2. Ben

    Ben What's a Dremel?

    Joined:
    11 Aug 2003
    Posts:
    1,000
    Likes Received:
    0
    nope for some reason I don't mind it :blah:
     
  3. CaseyBlackburn

    CaseyBlackburn Network Techie

    Joined:
    27 Jul 2004
    Posts:
    1,846
    Likes Received:
    0
    It really annoys me when the link color changes when visited.
     
  4. k3rnel

    k3rnel What's a Dremel?

    Joined:
    25 Nov 2004
    Posts:
    137
    Likes Received:
    0
    I agree with him. When I do my websites I always have my css leave visited the same color as well.
     
  5. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    In about 6 years of using forums i've never once thought about that :p
     
  6. Langer

    Langer Jesse Lang

    Joined:
    24 Jan 2004
    Posts:
    2,605
    Likes Received:
    35
    Despite the strong opposition; I'm with you cpemma. I like to know what links I have and have not clicked on.
     
  7. Tim S

    Tim S OG

    Joined:
    8 Nov 2001
    Posts:
    18,881
    Likes Received:
    78
    doesn't bother me in the slightest tbh.

    I quite like it that things stay the same colour :)
     
  8. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    Just in case I get a landslide of support, here's the how-to. ;)
     
  9. quack

    quack Minimodder

    Joined:
    6 Mar 2002
    Posts:
    5,240
    Likes Received:
    9
    If you want to be correct about all things CSS, you are supposed to have the visited link a different colour to unvisited links, to aid accessibility and ease of use.

    The CSS will still validate, but you're breaking one of the rules.
    I'm guilty of this too ;)

    Actually to be really proper, the CSS should be imported or linked in. This really does aid in reducing bandwidth as you only need to load it once, not EVERY single time you load a page. I wonder how much data tranfser is wasted on the inline CSS.
     
  10. quack

    quack Minimodder

    Joined:
    6 Mar 2002
    Posts:
    5,240
    Likes Received:
    9
    I just realised that linking external stylesheets in would break the ability to change skins. Oh well. You could always disable 'em ;)
     

Share This Page