|
| |
|
|
barking mad
Posts: 274 Joined: 12/6/2002 From: Out in the sticks, UK Status: offline
|
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;
}
_____________________________
The more I ask, the more I learn, the more I' m confused, therefore the more I ask ...
|
|
|
|
treetopsranch
Posts: 963 From: Cottage Grove, OR, USA Status: online
|
RE: IE6 & Firefox 2.0.0.3 link problems - 4/5/2007 18:56:33
Good in Netscape too.
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
|
|
treetopsranch
Posts: 963 From: Cottage Grove, OR, USA Status: online
|
RE: IE6 & Firefox 2.0.0.3 link problems - 4/5/2007 18:59:47
OK in Portable Firefox 1.5.0.11 also
_____________________________
Don from TreeTops Ranch, Oregon "I've got a taste for quality and luxury"
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|