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.