hello and thank you for taking the time to look at my post. The help we find here as zen cart users is always appreciated.
I have my catagories set to red with a yellow mouseover back to red for visited.
the issues I am having is my main top catagories work but the sub middle level catagories if is has catagories in them they do not turn yellow. and the bottom line sub level works fine.
LOL hahaha follow?
f13shop.com/f13database
look at the handmade section and Kountessa's Oddities
here is my code. I am sure you will find it messy.
a img {border: none; }
a:link, #navEZPagesTOC ul li a {
color: #3300FF;
text-decoration: none;
}
a:visited {
color: #3300FF;
text-decoration: none;
}
a:link, #navEZPagesTOC ul li a {
color: #3300FF;
text-decoration: none;
}
a:visited {
color: #3300FF;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #FF0000;
}
a:active {
color: #0000FF;
}
Thank you
Matt



