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
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):