I am working at learning and understanding style sheets. Below is a snippet of code from the styesheet included in the basic zencart deployment. My problem is I want to have the links at the top of the page behave differently then the links in the right boxes and left boxes. I am thinking in the code below the hover action is being set for 4 distinct areas on the page. How do I separate them so I can assign different properties/actions to links in different areas of the pages?
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #FFFFFF;
font-family:Arial;
font-size:12px;
text-decoration: none;
font-weight: bold;
}


Reply With Quote
