HI there,
i have a table that has links in it. When i set the CSS class to the links i seem to get bigger table cells then i had before, it is like there is space above and below the link that wasnt there before. Here is my CSS:
A.navLinks, A.naviLinks:link, A.naviLinks:Visited
{
color: #0755A5;
text-decoration: none;
font-family: Arial;
font-size: 9pt;
font-weight:bold;
}
A.navLinks:hover
{
color: #FF9900;
text-decoration: none;
font-family: Arial;
font-weight: bold;
font-size: 9pt;
}
Also,
My Hover doesnt work??? any ideas!
Rob
i have a table that has links in it. When i set the CSS class to the links i seem to get bigger table cells then i had before, it is like there is space above and below the link that wasnt there before. Here is my CSS:
A.navLinks, A.naviLinks:link, A.naviLinks:Visited
{
color: #0755A5;
text-decoration: none;
font-family: Arial;
font-size: 9pt;
font-weight:bold;
}
A.navLinks:hover
{
color: #FF9900;
text-decoration: none;
font-family: Arial;
font-weight: bold;
font-size: 9pt;
}
Also,
My Hover doesnt work??? any ideas!
Rob