I have searched and read countless threads concerning the same thing, however their solutions do not seem to be working for me.
I'm working on a footer menu and was able to get it centered, but I'm unable to make a transparent background and boarder. Any help would be greatly appreciated.
gator948.hostgator.com/~trac/
BODY DIV.ux-menu-container
{
text-align: center;
}
BODY .ux-menu-container .ux-menu-horizontal
{
display: inline-block;
}
#nav .ux-menu A
{
background: none transparent !important;
border-style: none;
}