Home › Forums › CSS › Shifting links (move when clicked) › Re: Shifting links (move when clicked)
March 22, 2010 at 2:02 am
#72701
Member
So I’ve managed to make it worse. Clicking through the row of links jacks them up even more.
Here’s what I have now:
Code:
.active a {display: block; width: 68px; height: 20px; background: #000; color: #fff; text-decoration: none;}
http://www.jamesthreeone.com/books2.html
What am I doing wrong?
Thanks ;)