Click to See Complete Forum and Search --> : <A> tag moving when clicked


theuedimaster
07-14-2007, 10:50 PM
Okay, the page I have in question is http://www.mesclub.org/status.php

If I click the Website Status link on the left, or the status link at the footer, the respective link will move unnaturally. I don't understand why. Any fixes?


.footerlink, .footerlink:visited {
color: #FFFFFF;
font-size: 10px;
text-decoration: underline;
}


Thanks in advance!

bathurst_guy
07-14-2007, 11:31 PM
I don't see it moving in Safari? But you should validate your css (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.mesclub.org%2Fstyle.css) and it will most likely fix your problem.

bathurst_guy
07-14-2007, 11:32 PM
Also, do you know this one #mainnavbar a, a:visited {
font-size : 14px;
float : left;
display : block;
text-decoration : none;
margin : 0;
padding : 3px 30px 3px 30px;
text-align : center;
}Applies to the whole document?

theuedimaster
07-14-2007, 11:36 PM
Wow.... nice catch man :). That did the trick! Thanks!

bathurst_guy
07-14-2007, 11:40 PM
np :)