a:visited link problem?

Discussion in 'HTML & Website Design' started by creationboy, Nov 16, 2007.

  1. #1
    Hi i have a problem with my visited links, in the body they work fine but in the top menu and right sidebar they dont, any ideas/help i would appriciate it.

    The site is Here.

    Cant figure it out.
     
    creationboy, Nov 16, 2007 IP
  2. Bullfrog245

    Bullfrog245 Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think the problem can be fixed by changing div#top li a:visited to just div#top a:visited, getting rid of the li.

    Also, you may want to think about your decision to have the links bold on hover. It shifts the text around on the page in a very distracting manor.
     
    Bullfrog245, Nov 16, 2007 IP
  3. creationboy

    creationboy Peon

    Messages:
    113
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi bullfrog, the problem is still there look at the right sidebar when i give the links a visited color, then click on it the whole lot goes to that color?
     
    creationboy, Nov 16, 2007 IP
  4. Bullfrog245

    Bullfrog245 Peon

    Messages:
    119
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Everything turns that color because they all link to the same page ^_^
     
    Bullfrog245, Nov 16, 2007 IP
  5. eadkung

    eadkung Active Member

    Messages:
    148
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #5
    you may assign a class for top <a> att #top like, <a href="" class="top_link">link</a>
    then in CSS:
    #top a.top_link:visited {
    color: #ABC;
    }
    i'm not sure this would works, but you can try and see what happen :)
     
    eadkung, Nov 16, 2007 IP