IE6 & Firefox 2.0.0.3 link problems (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets



Message


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;
	
}





jaybee -> RE: IE6 & Firefox 2.0.0.3 link problems (4/4/2007 18:12:07)

It's not the css that's causing the problem or at least not that css. Need a link so we can see what's going on.

The likelihood is that it's doing what it's supposed to do in Firefox and IE6 is misbehaving.

[edit] Just saw the link. It's working perfectly in Firefox for me.




Nicole -> RE: IE6 & Firefox 2.0.0.3 link problems (4/4/2007 18:15:39)

Works fine for me in Firefox, IE 6 & 7




Tailslide -> RE: IE6 & Firefox 2.0.0.3 link problems (4/5/2007 3:50:40)

Fine for me too.




treetopsranch -> RE: IE6 & Firefox 2.0.0.3 link problems (4/5/2007 18:56:33)

Good in Netscape too.




treetopsranch -> RE: IE6 & Firefox 2.0.0.3 link problems (4/5/2007 18:59:47)

OK in Portable Firefox 1.5.0.11 also




barking mad -> RE: IE6 & Firefox 2.0.0.3 link problems (4/10/2007 5:35:31)

thanks guys n gals

works fine for me too! - weird [&:]




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.046875