Oops, thanks skinner! I'm using (forgot to FTP) CSS to move the
text off screen for accessibility (CSS off, screen readers, etc.):
Quote:
|
#rightsidebar a, #rightsidebar a:link, #rightsidebar a:visited, #rightsidebar a:hover, #rightsidebar a:active {text-decoration: none; background: transparent; text-indent: -5000px; font-size: 0; overflow: hidden;}
|