Hey guys-
I have another one I'm completely stumped on.
site- h c g s u p p l y . c o m / s t o r e
I want the links in the sideboxes (on the left side only) to be underlined the entire distance of the column. It's working on the other boxes (Information, Articles, etc). However, for some reason, it's not working on the Categories/Products box. I have this CSS which is working for the other boxes...
.sideBoxContent li {
margin-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dddddd;
}
Any ideas as to why that won't work on the Categories/Products side box?
Thanks a ton guys!



