|
barking mad -> IE6 & Firefox 2.0.0.3 link problems (4/4/2007 17:17:29)
|
www.eighty20.biz my links work fine in IE6, that is hover over link and red dot appears and off you go to the correct page trouble is in firefox, hover over the link and the one below gets highlighted and on clicking links to that page not the intended one! any ideas I'm using css to do the rollovers, extract below:
a.navlink:link
{
FONT-SIZE: 12px;
COLOR: #ffffff;
FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
padding-left:32px;
}
a.navlink:visited
{
FONT-SIZE: 12px;
COLOR: #ffffff;
FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
padding-left:32px;
}
a.navlink:hover {
FONT-SIZE: 12px;
COLOR: #97c00e;
FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif;
text-decoration: underline;
padding-left:32px;
background:url(../images/nav-image-red2.gif) left no-repeat;
}
a.navlink:active
{
FONT-SIZE: 12px;
COLOR: #ffffff;
FONT-FAMILY: tahoma, verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
padding-left:32px;
}
|
|
|
|