Zen Cart Logo
Forums / General Questions / in Firefox top category links dont work correctly

in Firefox top category links dont work correctly

Locked

Views: 813

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Feb 2009, 5:30 AM
#1
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

in Firefox top category links dont work correctly

Zen Cart 1.3.8a
Database Patch Level: 1.3.8
v1.3.8 [2009-02-18 18:19:11] (Fresh Installation)

In firefox the top category links are not hot until the last 1 pixel of each word. So when you roll over a link, its nothot until you are at the bottom of the word almost off it. This only occurs in firefox....

I do have a custom style on those links like this:

<li><a class="category-top-horiz" href="http://mylink.com/index.php?main_page=index&cPath=6">Category 1</a> </li>

style =

A.category-top-horiz, A.category-top-horiz:visited {
color: #ffffff;
text-decoration: none;
}

but I dont see how that would cause the problem.

Any advice would be greatly appreciated.

24 Feb 2009, 5:47 AM
#2
makenoiz avatar

makenoiz

Zen Follower

Join Date:
Mar 2006
Posts:
284
Plugin Contributions:
0

Re: in Firefox top category links dont work correctly

I removed the custom css and the problem remains... just an update. IE works fine.

24 Feb 2009, 11:40 AM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: in Firefox top category links dont work correctly

Sounds like an issue with the structure of your header and how it's interacting with your CSS, but there's no way to diagnose it without seeing the site in action.