No these will/should work only within the categories box:
Try rearranging the declarations as show below:
#categoriesContent a:link {
padding: 0 0 .4em .5em;
color: #333333;
}
#categoriesContent a:visited {
color: #000;
}
#categoriesContent a:hover {
color: #000;
}
#categoriesContent a:active {
color: #000;
}



Reply With Quote
