I’m having some issues with some links. I have:
a:link {
font-size:1.5 em;
color:#CCCCFF;
}
a:hover {
font-size:2 em;
color:#FFFFFF;
}
and when the mouse rolls over the link, it displaces the other links. Any tips? You can check it at www.catbent.com
Thanks