Hot to make page tab stay highlighted?

Discussion in 'HTML & Website Design' started by blogdog, Feb 10, 2012.

  1. #1
    Hey guys, currently re-designing my blog. I'm on Blogger and I'm trying to code a custom page menu. I've coded it so the Buttons highlight when you hover over them but when you go to the page, the button doesn't stay highlighted.

    How do I make the page button stay highlighted on my menu bar?

    Thanks for any help, it's driving me crazy :(
     
    blogdog, Feb 10, 2012 IP
  2. sumoncy

    sumoncy Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    a.current:link, a.current:visited { color: black; cursor: default; text-transform: uppercase; font-weight: bold; background-color: lime; } /* unvisited and visited links*/ 
    Code (markup):
     
    sumoncy, Feb 10, 2012 IP